label?stringsize?'sm'|'md'|'lg''md'| Prop | Type | Default |
|---|---|---|
label? | string | - |
size? | 'sm'|'md'|'lg' | 'md' |
Type base (some attrs are managed internally): OutputHTMLAttributes<HTMLOutputElement>
Props whose default is messages.* fall back to the message dictionary. To change them, see: i18n
import { Spinner } from '@k8ordo/ui';<Spinner /><Spinner size="sm" />
<Spinner size="md" />
<Spinner size="lg" />