Home > @uniformdev/design-system > Spinner
Spinner() function
Signature:
Spinner: ({ width, label, isPaused, }: {
width: number | string;
label: string;
isPaused?: boolean;
}) => _emotion_react_jsx_runtime.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
{ width, label, isPaused, } | { width: number | string; label: string; isPaused?: boolean; } |
Returns:
_emotion_react_jsx_runtime.JSX.Element