Product Volume Customizer
A production-scale, light + dark Product Volume Customizer component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add product-volume-customizerLive preview available in the gallery.
Usage
import { ProductVolumeCustomizer } from "@lerpa/ui";
<ProductVolumeCustomizer />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| minVolume | number | — | |
| maxVolume | number | — | |
| defaultValue | number | — | |
| step | number | — | |
| unit | string | — | |
| onChange | (value: number) => void | — | |
| fluidColor | string | — | |
| titleText | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.