mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
22 lines
411 B
Markdown
22 lines
411 B
Markdown
# Mantine notifications system
|
|
|
|
[](https://www.npmjs.com/package/@mantine/notifications)
|
|
|
|
Notifications system
|
|
|
|
[View documentation](https://mantine.dev/)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
# With yarn
|
|
yarn add @mantine/hooks @mantine/core @mantine/notifications
|
|
|
|
# With npm
|
|
npm install @mantine/hooks @mantine/core @mantine/notifications
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|