Forms
Date Picker
Date selection with calendar popover.
Sourcedate-picker.tsx
Date Picker
Date selection with calendar popover.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
date | Date | -- | Controlled selected date. |
onDateChange | (date: Date | undefined) => void | -- | Called when date changes. |
placeholder | string | "Pick a date" | Trigger button placeholder. |
Related
Usage
import { DatePicker } from "@doss/tetris-ui";