Skip to main content

Date & Time Pickers

Many forms require date or time input from users, such as entering a date of birth. Thus this package would have been incomplete without these date and time input components.

The date and time pickers provided are derived from Mui X Pickers. Please follow the installation guide and review the base concepts to begin integrating these components. Each picker component comes wrapped with a LocalizationProvider.

The recommended dateAdapter library is dayjs, so ensure you have it installed along with the @mui/x-date-pickers package.

npm install @mui/x-date-pickers
npm install dayjs
yarn add @mui/x-date-pickers
yarn add dayjs

To use a different dateAdapter, refer the customization guide