Inline Date Picker
A production-scale, light + dark Inline Date Picker component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add inline-date-pickerUsage
import { InlineDatePicker } from "@lerpa/ui";
<InlineDatePicker />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultDate | Date | — | |
| accent | string | — | |
| onChange | (d: Date) => void | — | |
| label | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.