Carregando…
Carregando…
Carregando…Compact pill that grows into an email capture field on hover/focus.
Floating Growing Banner — hover ou foque pra expandir o campo de e-mail
Subscribe to the newsletter
$ npx kikitocn add floating-growing-banner@/lib/utilsimport { FloatingGrowingBanner } from "@/components/ui/cn/floating-growing-banner/FloatingGrowingBanner";
export function FloatingGrowingBannerExample() {
return (
<FloatingGrowingBanner />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
label | string | 'Subscribe to the newsletter' | Texto quando fechada |
inputLabel | string | 'Enter your email' | Label do campo ao expandir |
placeholder | string | 'email@example.com' | Placeholder do campo |
onSubmit | (email: string) => void | undefined | Chamado com o e-mail digitado ao enviar |
className | string | — | Classes CSS extras |
style | React.CSSProperties | — | Estilos inline extras |