Carregando…
Carregando…
Carregando…Feature-announcement card with an animated fade-in/out tile grid behind the content.
$ npx kikitocn add dynamic-square-background@/lib/utilsimport { DynamicSquareBackground } from "@/components/ui/cn/dynamic-square-background/DynamicSquareBackground";
export function DynamicSquareBackgroundExample() {
return (
<DynamicSquareBackground title="Título" tag="Exemplo" description="Texto de apoio" buttonText="Exemplo" />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
title* | string | — | Título do card |
tag* | string | — | Rótulo curto ao lado do título (ex: 'NEW') |
description* | string | — | Descrição abaixo do título |
buttonText* | string | — | Texto do botão de call-to-action |
buttonHref* | string | — | Href do botão |
className | string | — | Classes CSS extras |
Card de anúncio de feature com fundo animado de tiles
Animated tile background behind the content — great for feature announcements.