Segmented Billing Toggle
A production-scale, light + dark Segmented Billing Toggle component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add segmented-billing-toggleLive preview available in the gallery.
Usage
import { SegmentedBillingToggle } from "@lerpa/ui";
<SegmentedBillingToggle />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| monthly | number | — | |
| annual | number | — | |
| saveLabel | string | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.