Carregando…
Carregando…
Carregando…Single-quote testimonial card (avatar + name + position + message) that reorders on hover.
Card de depoimento único — hover troca a ordem (mensagem sobe)
Head of Design, Kikito
O design system deixou nosso time 3x mais rápido pra entregar telas novas sem perder consistência.
$ npx kikitocn add testimony-card@/lib/utilsmotionimport { TestimonyCard } from "@/components/ui/cn/testimony-card/TestimonyCard";
export function TestimonyCardExample() {
return (
<TestimonyCard avatar="Exemplo" name="exemplo" position="Exemplo" message="Exemplo" />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
avatar* | string | — | URL do avatar do autor |
name* | string | — | Nome do autor |
position* | string | — | Cargo/posição do autor |
message* | string | — | Texto da citação |
className | string | — | Classes CSS extras |