## 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.
