MCPcopy Index your code
hub / github.com/Tailframes/react-components / SpinnerVariants

Interface SpinnerVariants

components/spinner.tsx:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52export interface SpinnerVariants {
53 /** The size of the spinner. */
54 size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
55}
56
57export interface SpinnerProps extends HTMLAttributes<HTMLDivElement>, SpinnerVariants {
58 /** The label of the spinner, displayed on the bottom. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected