Components · Feedback
Animated loading indicator. Inherits color from context.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' | — | Diameter of the spinner. |
| label | string | 'Loading…' | — | Screen-reader accessible label. |
import { Spinner } from '@nexub/react';