Carregando…
Carregando…
Carregando…Image card grid that dims siblings and highlights the hovered card — adapted from Aceternity UI.
Grid de imagens que escurece as demais no hover
$ npx kikitocn add focus-cards@/lib/utilsimport { FocusCards } from "@/components/ui/cn/focus-cards/FocusCards";
export function FocusCardsExample() {
return (
<FocusCards />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
cards* | { title: string; src: string }[] | — | Imagens a exibir |
className | string | — | Classes CSS extras |