react-spinners
Advanced tools
Comparing version
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.7.2 | ||
- update README demo site url | ||
## 0.7.1 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-spinners", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -22,3 +22,3 @@ # React Spinners | ||
[Demo Page](https://www.react-spinners.com) | ||
[Demo Page](https://www.davidhu.io/react-spinners) | ||
@@ -28,2 +28,3 @@ ## Installation | ||
With Yarn: | ||
```bash | ||
@@ -43,3 +44,3 @@ yarn add react-spinners | ||
Each loader accepts a `loading` prop as a boolean. The loader will render `null` if `loading` is `false`. | ||
Each loader accepts a `loading` prop as a boolean. The loader will render `null` if `loading` is `false`. | ||
@@ -86,3 +87,3 @@ **IMPORTANT**: This package uses [emotion](https://github.com/emotion-js/emotion). Remember to add the plugin to `.babelrc`, for example: | ||
size={150} | ||
//size={"150px"} this also works | ||
//size={"150px"} this also works | ||
color={"#123abc"} | ||
@@ -89,0 +90,0 @@ loading={this.state.loading} |
135107
0.04%150
0.67%