Carregando…
Carregando…
Carregando…List of cards that morph via shared layout animation into a full-screen detail card on click — adapted from Aceternity UI.
Clique num item pra ver o morph pra card em tela cheia
Kikito CN
Biblioteca de origem
$ npx kikitocn add expandable-card@/lib/utilsmotionimport { ExpandableCardList } from "@/components/ui/cn/expandable-card/ExpandableCardList";
export function ExpandableCardListExample() {
return (
<ExpandableCardList />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
items* | { title: string; description: string; src: string; ctaText?: string; ctaLink?: string; content: ReactNode | (() => ReactNode) }[] | — | Cards da lista |
className | string | — | Classes CSS extras da lista |