Carregando…
Carregando…
Carregando…SVG spinning loader with 5 sizes, 4 intents and accessible label.
xs · sm · md · lg · xl
primary · secondary · neutral
$ npx kikitocn add spinner@/lib/utilsimport { Spinner } from "@/components/ui/cn/spinner/Spinner";
export function SpinnerExample() {
return (
<Spinner />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Tamanho do spinner |
intent | 'primary' | 'secondary' | 'neutral' | 'current' | 'primary' | Cor do spinner (current usa a cor atual do texto) |
label | string | undefined | Texto acessível para leitores de tela |