Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rsuite-notification

rsuite930MIT3.0.4

Notification component of React

rsuite, inputnumber

readme

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

changelog