1919
2020``` bash
2121npm install react-loader-spinner --save
22-
2322# or
2423yarn add react-loader-spinner
2524```
25+
26+
2627### Documentation:
27- 1 . [ Docs] ( https://mhnpd.github.io/react-loader-spinner-example/ )
28- 2 . [ Code SandBox] ( https://codesandbox.io/s/react-loader-spinner-weqls?file=/src/App.js )
28+ 1 . [ Getting Started] ( https://mhnpd.github.io/react-loader-spinner/docs/intro )
29+ 2 . [ Spinners] ( https://mhnpd.github.io/react-loader-spinner/docs/category/components/ )
30+
2931
3032
3133### Usage
@@ -48,34 +50,7 @@ import { Audio } from 'react-loader-spinner'
4850 / >
4951```
5052
51- ### If webpack throws issue with css. (For older version of this package)
52-
53- Change webpack config as:
54- ` test: /\.scss$/ to test: /\.s?css$/ `
55- <br /><br />
56- <small >Newer version just import css file from node modules to app.js<small >
57-
58- ### Types of Spinner
59-
60- react-loader-spinner component has the following types of spinners.
61-
62- | Spinner Type | Implementation |
63- | ------------ | -------------------------------------------------------------------------------|
64- | Audio | ` <Audio color="#00BFFF" height={80} width={80} /> ` |
65- | BallTriangle | ` <BallTriangle color="#00BFFF" height={80} width={80} /> ` |
66- | Bars | ` <Bars color="#00BFFF" height={80} width={80} /> ` |
67- | Circles | ` <Circles color="#00BFFF" height={80} width={80}/> ` |
68- | Grid | ` <Grid color="#00BFFF" height={80} width={80} /> ` |
69- | Hearts | ` <Hearts color="#00BFFF" height={80} width={80} /> ` |
70- | Oval | ` <Oval color="#00BFFF" height={80} width={80} /> ` |
71- | Puff | ` <Puff color="#00BFFF" height={80} width={80} /> ` |
72- | Rings | ` <Rings color="#00BFFF" height={80} width={80} /> ` |
73- | TailSpin | ` <TailSpin color="#00BFFF" height={80} width={80} /> ` |
74- | ThreeDots | ` <ThreeDots color="#00BFFF" height={80} width={80} /> ` |
75-
76- ### Here are the list of the task for which we want PR:
7753
78- - Rings spinner is not supported in Safari
7954
8055## License
8156
0 commit comments