Cta Waitlist Glow
A production-scale, light + dark Cta Waitlist Glow component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add cta-waitlist-glowLive preview available in the gallery.
Usage
import { CtaWaitlistGlow } from "@lerpa/ui";
<CtaWaitlistGlow />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| initialCount | number | — | |
| targetCount | number | — | |
| placeholder | string | — | |
| ctaLabel | string | — | |
| successLabel | string | — | |
| avatars | Array<{ name: string | — | |
| color | string }> | — | |
| onSubmit | (email: string) => void | Promise<void> | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.