@ray-js/ty-notification
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

English | 简体中文

@ray-js/ty-notification

latest download

Notification

Installation

$ npm install @ray-js/ty-notification
# or
$ yarn add @ray-js/ty-notification

Usage

const [show, setShow] = useState(false);

<Button type="primary" size="mini" onClick={() => setShow(true)}>
  Click me
</Button>;

<TyNotification
  show={show}
  onClosed={() => setShow(false)}
  text="Residual alarm of filter element"
/>;

Readme

Keywords

none

Package Sidebar

Install

npm i @ray-js/ty-notification

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

7.82 kB

Total Files

9

Last publish

Collaborators

  • tuyafe