Carregando…
Carregando…
Carregando…Pill button with badge, message and arrow, for announcing news.
Call to action — badge, mensagem e seta
$ npx kikitocn add call-to-action-button@/lib/utilslucide-reactimport { CallToActionButton } from "@/components/ui/cn/call-to-action-button/CallToActionButton";
export function CallToActionButtonExample() {
return (
<CallToActionButton>
Call To Action Button
</CallToActionButton>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
badgeLabel | string | 'New version' | Texto do badge pill à esquerda |
children | React.ReactNode | 'Check out the new features' | Texto de apoio depois do badge |
className | string | — | Classes CSS extras |