Gift Wrap Selector
A production-scale, light + dark Gift Wrap Selector component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add gift-wrap-selectorUsage
import { GiftWrapSelector } from "@lerpa/ui";
<GiftWrapSelector />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| options | GiftWrapOption[] | — | |
| defaultSelected | string | — | |
| onChange | (option: GiftWrapOption, message: string) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.