File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ npm install react-loading-indicators
33
33
```
34
34
35
35
> #### Heads Up 📢
36
-
36
+ >
37
37
> The following components were renamed:
38
38
>
39
39
> - ~~ ` <CircularProgress /> ` ~~ - ` <OrbitProgress /> `
@@ -51,7 +51,7 @@ import React from "react";
51
51
import { Atom } from " react-loading-indicators" ;
52
52
/*
53
53
| OR directly pull it 😎
54
- | import Atom from "react-loading-indicators/Atom";
54
+ | import Atom from "react-loading-indicators/dist/ Atom";
55
55
*/
56
56
57
57
const Loading = () => < Atom text= " Loading..." / > ;
@@ -79,7 +79,7 @@ You can directly include a loading indicator you want to ensure it is the only t
79
79
80
80
``` jsx
81
81
import React from " react" ;
82
- import OrbitProgress from " react-loading-indicators/OrbitProgress" ;
82
+ import OrbitProgress from " react-loading-indicators/dist/ OrbitProgress" ;
83
83
84
84
const Loading = () => (
85
85
< OrbitProgress variant= " track-disc" color= " crimson" size= " small" / >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-loading-indicators" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Simply elegant light-weight loading indicators for react applications" ,
5
5
"scripts" : {
6
6
"prebuild" : " rm -rf dist" ,
You can’t perform that action at this time.
0 commit comments