Carregando…
Carregando…
Carregando…Skeleton block with a horizontal or vertical shimmer sweep.
Varredura de brilho horizontal/vertical
$ npx kikitocn add shiny-gradient@/lib/utilsimport { ShinyGradientSkeleton } from "@/components/ui/cn/shiny-gradient/ShinyGradientSkeleton";
export function ShinyGradientSkeletonExample() {
return (
<ShinyGradientSkeleton orientation="horizontal">
Shiny Gradient Skeleton
</ShinyGradientSkeleton>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Direção da varredura do brilho |
className | string | — | Classes CSS extras |
children | ReactNode | — | Conteúdo interno (opcional) |