mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 16:40:57 +00:00
22 lines
388 B
Markdown
22 lines
388 B
Markdown
# Mantine dates
|
|
|
|
[](https://www.npmjs.com/package/@mantine/dates)
|
|
|
|
Calendars, date and time pickers
|
|
|
|
[View documentation](https://mantine.dev/)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
# With yarn
|
|
yarn add @mantine/core @mantine/hooks @mantine/dates dayjs
|
|
|
|
# With npm
|
|
npm install @mantine/core @mantine/hooks @mantine/dates dayjs
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|