@cavell/kit API
    Preparing search index...

    Interface SpinnerProps

    interface SpinnerProps {
        color?: string;
        label?: string;
        size?: Size;
        style?: CSSProperties;
    }
    Index
    color?: string

    CSS color (defaults to currentColor — inherits from parent).

    label?: string

    Accessible label; defaults to "Loading…".

    size?: Size
    style?: CSSProperties

    Extra inline style overrides (e.g. margin).