Mantine UI Datetime picker component.
# With yarn
yarn add mantine-datetime-picker
# With npm
npm install mantine-datetime-picker
- @mantine/core
- @mantine/dates
- @mantine/hooks
- @tabler/icons-react
- dayjs
- @emotion/react
- It take all DatePicker Props
prop | type | description | default |
---|---|---|---|
hideNow | boolean | Hide the now date&time button. |
false |
autoHideNow | boolean | Auto hide now button based on minDate and maxDate. hideNow will override this prop. |
true |
nowLabel | string | Label for Now button |
Now |
okLabel | string | Label for Ok button |
Ok |
MIT