Pilates
    Preparing search index...

    Interface SpinnerProps

    interface SpinnerProps {
        frames?: readonly string[];
        interval?: number;
        type?: SpinnerType;
    }
    Index

    Properties

    frames?: readonly string[]

    Custom frame array. Overrides type.

    interval?: number

    Milliseconds between frames. Default 80.

    Default 'dots'. Ignored if frames is provided.