3.0.4 • Published 5 years ago

rsuite-notification v3.0.4

Weekly downloads
332
License
MIT
Repository
github
Last release
5 years ago

Travis npm Coverage Status

rsuite-notification

rsuite-notification 提供了 AlertNofity 两个组件。

快速开始

安装

npm install rsuite-notification

引入less文件:

@import "~rsuite-notification/lib/less/index";

使用

import { Alert, Notify} from 'rsuite-notification'

Alert.success(content);

Notify.success({
      title: 'Success',
      description: 'success messages success messages success messages',
      duration: 50,
      onClose: this.handleOnClose
    });
3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago