Date / Time pickers
Date pickers and Time pickers provide a simple way to select a single value from a pre-determined set.
- On mobile, pickers are best suited for display in confirmation dialog.
- For inline display, such as on a form, consider using compact controls such as segmented dropdown buttons.
@material-ui/pickers
@material-ui/pickers provides date picker and time picker controls.
Native pickers
⚠️ Native input controls support by browsers isn't perfect. Have a look at @material-ui/pickers for a richer solution.
Datepickers
A native datepicker example with type="date".