Carregando…
Carregando…
Carregando…Three dots bouncing up and down in a staggered sequence.
3 dots saltando em sequência escalonada
$ npx kikitocn add three-dot-simple-loader@/lib/utilsimport { ThreeDotSimpleLoader } from "@/components/ui/cn/three-dot-simple-loader/ThreeDotSimpleLoader";
export function ThreeDotSimpleLoaderExample() {
return (
<ThreeDotSimpleLoader intent="primary" />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
size | number | 28 | Diâmetro de cada dot em px |
intent | 'primary' | 'secondary' | 'neutral' | 'primary' | Família de cor semântica |
label | string | 'Loading...' | Rótulo acessível |
className | string | — | Classes CSS extras |