Skip to content

Loader

Loading assets...
Terminal window
npx skeci-ui add loader
import { Loader } from '@/components/ui/loader';
<Loader variant="dots" showLabel label="Syncing..." />

Variants

Loading...
Loading...
Loading...

Sizes

Loading...
Loading...
Loading...
PropTypeDefaultDescription
variant'dots' | 'pulse' | 'ping''dots'The animation style.
size'sm' | 'md' | 'lg''md'The size of the loader icons.
labelstring'Loading...'The text to display or for screen readers.
showLabelbooleanfalseWhether to display the label text visually.