An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/react-loading-func

react版本loading函数,通过loading.show()和loading.hide()来控制loading的显示和隐藏
https://github.com/dxcweb/react-loading-func

Last synced: about 1 year ago
JSON representation

react版本loading函数,通过loading.show()和loading.hide()来控制loading的显示和隐藏

Awesome Lists containing this project

README

          

# react-loading-func
react版本loading函数,通过loading.show()和loading.hide()来控制loading的显示和隐藏
## install

```
npm install react-loading-func --save
```
## Development

```
npm install
npm start
```
## Example
[http://github.dxcweb.com/react-loading-func/](http://github.dxcweb.com/react-loading-func/ "http://github.dxcweb.com/react-loading-func/")

## Usage
loading.show()
loading.hide()
## API
loading.show(title,options)
###options
options={
ratio:1
}