https://github.com/dxcweb/fs-alert
react版本alert函数,通过alert.show()和alert.hide()来控制alert的显示和隐藏
https://github.com/dxcweb/fs-alert
Last synced: about 1 year ago
JSON representation
react版本alert函数,通过alert.show()和alert.hide()来控制alert的显示和隐藏
- Host: GitHub
- URL: https://github.com/dxcweb/fs-alert
- Owner: dxcweb
- Created: 2016-11-21T06:55:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T14:29:37.000Z (over 8 years ago)
- Last Synced: 2025-05-07T21:07:18.609Z (about 1 year ago)
- Language: JavaScript
- Size: 784 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fs-alert
react版本aler函数,直接调用aler(title, content, button)显示
## install
```
npm install fs-alert --save
```
## Development
```
npm install
npm start
```
## Example
[http://github.dxcweb.com/fs-alert/](http://github.dxcweb.com/fs-alert/ "http://github.dxcweb.com/fs-alert/")