react-ajaxing
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "react-ajaxing", | ||
"description": "tell the component ajax is sending", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Bingo Yang <blackbing@gmail.com>", | ||
@@ -6,0 +6,0 @@ "browserify": { |
@@ -6,2 +6,10 @@ # react-ajaxing | ||
# Install | ||
```shell | ||
npm install react-ajaxing | ||
``` | ||
# Usage | ||
@@ -36,8 +44,11 @@ | ||
### loading(boolean): indicate it is loading status or not | ||
#### loading(boolean): Required | ||
indicate it is loading status or not | ||
### size(number): spinner size(px) | ||
#### size(number): Optional | ||
spinner size(px) | ||
default: 20 | ||
### color(string): spinner color | ||
#### color(string): Optional | ||
spinner color | ||
default: '#FFF' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6619
53