mantine-datetime-picker
v1.1.7
Published
Mantine UI Datetime Picker component.
Downloads
7
Maintainers
Readme
Mantine Datetime Picker
Mantine UI Datetime picker component.
Live Demo
Installation
# With yarn
yarn add mantine-datetime-picker
# With npm
npm install mantine-datetime-picker
PeerDependencies (Packages required or installed seperately)
- @mantine/core
- @mantine/dates
- @mantine/hooks
- @tabler/icons-react
- dayjs
- @emotion/react
Props
- 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 |
License
MIT