Imagine ArtImagine Art

Date Picker

View in Figma

A calendar-based control for selecting dates with month navigation and day states.

Forms

Import

import { DatePicker } from "@/components/ui"

API

PropTypeDefaultDescription
valueDateControlled selected date.
onChange(date: Date) => voidCallback when a date is selected.
minDateEarliest selectable date.
maxDateLatest selectable date.
disabledDatesDate[]Specific dates that cannot be selected.
futureOnlybooleanOnly allow future dates.
placeholderstring"Select date"Text shown when no date is selected.

Examples