Product Bundle Selector
A production-scale, light + dark Product Bundle Selector component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add product-bundle-selectorLive preview available in the gallery.
Usage
import { ProductBundleSelector } from "@lerpa/ui";
<ProductBundleSelector />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| bundleName | string | — | |
| discountPercentage | number | — | |
| items | BundleItem[] | — | |
| onAddBundleToCart | (selectedItems: BundleItem[], finalPrice: number) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.