DateField
A date field allows users to enter and edit date and time values using a keyboard. Each part of a date value is displayed in an individually editable segment.
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
DateField.tsx
DateField.css
theme.css
Example
DateField.tsx
DateField.css
theme.css
import {DateField} from './DateField';
<DateField label="Date" />