Carregando…
Carregando…
Carregando…Grid of image cards; clicking one animates it (shared layoutId) to a centered, expanded state over a scrim — adapted from Aceternity UI.
Layout Grid — clique num card pra expandir
$ npx kikitocn add layout-grid@/lib/utilsmotionimport { LayoutGrid } from "@/components/ui/cn/layout-grid/LayoutGrid";
export function LayoutGridExample() {
return (
<LayoutGrid />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
cards* | LayoutGridCard[] | — | Array de { id, content, thumbnail, className?, alt? } |
className | string | — | Classes CSS extras |