Carregando…
Carregando…
Carregando…Loading placeholder block with pulse animation, 4 shapes and custom dimensions.
default · rounded · circle · pill
Profile card loading state
$ npx kikitocn add skeleton@/lib/utilsimport { Skeleton } from "@/components/ui/cn/skeleton/Skeleton";
export function SkeletonExample() {
return (
<Skeleton />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
width | string | number | '100%' | Largura (string CSS ou px number) |
height | string | number | '1rem' | Altura (string CSS ou px number) |
shape | 'default' | 'circle' | 'rounded' | 'pill' | 'default' | Forma do skeleton |
animate | boolean | true | Ativa animação de pulse |