UNPKG

are-message

Version:

This is a React global notification message component. It is a standalone implementation of the are-visual message component.

36 lines (23 loc) 853 B
## are-message This is a React global alert message component.<br/> Some good open source projects were referenced during development ([antd](https://ant.design/)、[rc-notification](https://github.com/react-component/notification)) ## Install ```bash # npm install npm install are-message # yarn install yarn add are-message ``` ## Documentation [English Doc](http://are-visual.github.io/are-message/docs-dist/)<br/> [中文文档](http://are-visual.github.io/are-message/docs-dist/#/zh-CN)<br/> ## Use ```ts import { message } from 'are-message' import 'are-message/assets/index.css' // Importing styles (css or less) import 'are-message/assets/index.less' // Importing styles (css or less) ``` ## About You can call and spell `are-message` like this. - are-message ps: I am not sure this is a good open source project, but i am using it.