DatePicker
A date picker combines a DateField and a Calendar popover to allow users to enter or select a date and time value.
Date
mmddyyyy
granularity
Determines the smallest unit that is displayed in the date picker. By default, this is
"day" for dates, and "minute" for times.granularity
isDisabled
Example
DatePicker.tsx
DatePicker.css
theme.css
Example
DatePicker.tsx
DatePicker.css
theme.css
import {DatePicker} from './DatePicker';
<DatePicker label="Date" />