Variable: Spinner
@arolariu/components / Spinner
Variable: Spinner
constSpinner:ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>,"ref"> &RefAttributes<SVGSVGElement>>
Defined in: components/ui/spinner.tsx:26
Renders an animated loading indicator.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders an
<svg>element - Styling via CSS Modules with
--ac-*custom properties
Example
<Spinner aria-label='Loading data' />
See
SpinnerProps for available props
// was this page useful?