Skip to content
Date & Time

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

PropTypeDefaultDescription
value
Date
onChange
(date: Date | undefined) => void
placeholder
string
disabled
boolean