SpinnerProps
Hierarchy
-
ComponentPropsWithoutRef
<"div"
>↳
SpinnerProps
Properties
description
• Optional
description: string
Specify a description that would be used to best describe the loading state
Default
"loading";
Defined in
packages/components/src/spinner/spinner.tsx:43 (opens in a new tab)
size
• Optional
size: number
Increase or decrease the size of the shape
Default
16;
Defined in
packages/components/src/spinner/spinner.tsx:48 (opens in a new tab)