Skip to content

Spinner

Loading...
Terminal window
npx skeci-ui add spinner
import { Spinner } from '@/components/ui/spinner';
<Spinner size="md" />
Loading...
Loading...
Loading...
Loading...
Dark Background
PropTypeDefaultDescription
size'sm' | 'md' | 'lg''md'The size of the spinner.
labelstring'Loading...'Accessibility label for the spinner.