Cta Waitlist Counter Block
A production-scale, light + dark Cta Waitlist Counter Block component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add cta-waitlist-counter-blockLive preview available in the gallery.
Usage
import { CtaWaitlistCounterBlock } from "@lerpa/ui";
<CtaWaitlistCounterBlock />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| count | number | — | |
| spotsLeft | number | — | |
| onSubmit | (email: string) => void | — | |
| eyebrow | string | — | |
| title | string | — | |
| avatars | WaitlistAvatar[] | — | |
| placeholder | string | — | |
| submitLabel | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.