pnpm dlx shadcn@latest add @saturation/date-pickerimport { DatePicker } from "@/components/ui/date-picker"<DatePicker date={date} onDateChange={setDate} />| Prop | Type | Default | Description |
|---|---|---|---|
date | Date | — | Selected date. |
onDateChange | (date: Date) => void | — | Date change handler. |
Small
Default
Large
Choose the date when production begins.