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

https://github.com/dxcweb/fs-loading

react与react-native loading组件
https://github.com/dxcweb/fs-loading

Last synced: 12 months ago
JSON representation

react与react-native loading组件

Awesome Lists containing this project

README

          

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

```
npm install fs-loading --save
```
## Development

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

## Usage
import loading from 'fs-loading
loading.show()
loading.hide()
或者
import {Loading} from 'fs-loading'

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