<div class="flex items-center gap-4">
<ui-spinner size="sm"></ui-spinner>
<ui-spinner></ui-spinner>
<ui-spinner size="lg"></ui-spinner>
</div>
<ui-spinner>
<ui-spinner>| Prop | Type | Default | Description |
|---|---|---|---|
size | "sm" | "default" | "lg" | "default" | The size of the spinner. |
All components also accept standard HTML attributes (class, id, style, data-*, aria-*, etc.) which are passed through to the underlying element.