rsuite-notification

3.0.4 • Public • Published

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
    });

Readme

Keywords

Package Sidebar

Install

npm i rsuite-notification

Weekly Downloads

259

Version

3.0.4

License

MIT

Unpacked Size

29.8 kB

Total Files

10

Last publish

Collaborators

  • superman66