Sizing Estimator Tool
A production-scale, light + dark Sizing Estimator Tool component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add sizing-estimator-toolLive preview available in the gallery.
Usage
import { SizingEstimatorTool } from "@lerpa/ui";
<SizingEstimatorTool />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultHeight | number | — | |
| defaultWeight | number | — | |
| defaultFit | FitPreference | — | |
| onSizeRecommend | (recommendedSize: string) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.