react-spinners
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "react-spinners", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "A collection of react loading spinners", | ||
@@ -17,4 +17,7 @@ "repository": { | ||
"react-spinners", | ||
"react-spinner", | ||
"react", | ||
"reactjs", | ||
"loader", | ||
"loading", | ||
"spinner", | ||
@@ -21,0 +24,0 @@ "halogen", |
@@ -47,4 +47,7 @@ # React Spinners | ||
return ( | ||
<div> | ||
<RingLoader color={'#123abc'} loading={this.state.loading} /> | ||
<div className='sweet-loading'> | ||
<RingLoader | ||
color={'#123abc'} | ||
loading={this.state.loading} | ||
/> | ||
</div> | ||
@@ -51,0 +54,0 @@ ) |
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
860449
88