Loading
Loading indicators help inform the user of the current status.
Spinner
<.spinner show={false} />
<.spinner show={true} size="sm" />
<.spinner size="md" class="text-primary-500" />
<.spinner size="lg" class="text-secondary-500" />
Properties
Defaults are indicated in bold.
Name | Type | Options |
---|---|---|
size | :string |
`xs`, sm
, `md`, `lg`, `xl`
|
show | :boolean | `true`, false |
class | :string | - |