Date Picker
Popover-based date selection.
Import
tsx
import { DatePicker } from "@cooud-ui/ui";
bash
npx cooud-ui add date-picker
Examples
API Reference
Generated from the component's exported types.
DatePickerProps
| Prop | Type | Default | Description |
|---|---|---|---|
value | Date | — | — |
onChange | (date: Date | undefined) => void | — | — |
placeholder | string | — | — |
disabled | boolean | — | — |