Appearance
Spinner
Displays an animated loading spinner.
Examples
Default
vue
<Spinner />Sizes
vue
<div class="flex items-center gap-4">
<Spinner size="sm" />
<Spinner size="default" />
<Spinner size="lg" />
</div>Props
Spinner
| Prop | Type | Default | Description |
|---|---|---|---|
| class | string | - | Custom classes to apply to the spinner. |
| size | default | sm | lg | icon | default | The size of the spinner. |
Slots
Spinner
| Slot | Description |
|---|---|
| default | The content of the spinner. |
