Date Picker
A component that allows users to select a date from a calendar.
August 2025
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
import { DatePicker } from '@/components/date-picker'
function Example() {
return (
<DatePicker />
)
}
A component that allows users to select a date from a calendar.
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
import { DatePicker } from '@/components/date-picker'
function Example() {
return (
<DatePicker />
)
}