components

Date Picker

UI for selecting a date

Installation

The Date Picker is built using a composition of the Popover and the Calendar components.

Usage

Imports

/components/ui/date-picker.tsx
import { DatePicker } from "@/components/ui/date-picker"

Code

/components/ui/date-picker.tsx
<DatePicker />