1.2.0 • Published 4 years ago
load-animations-react v1.2.0
��# load-animations-react
Pure CSS animations as ready to use components for reactjs
Instalation
npm i load-animations-reactDemo
Click here for the demo page that illustrates all the available loading animations
Attributes
| Name | Description |
|---|---|
color | Color of the spinner. Insert the color or the color code in quotes. Black by default |
Importing the Loaders
Replace
LoaderNamewith the actual name of the loader. Visit the demo page to see all the available loaders.
import { LoaderName } from "load-animations-react";Example
Given below is a simple implementation of the package.
import { CircleLoader } from "load-animations-react";
function App() {
return (
<>
<CircleLoader color="green" />
</>
);
}
export default App;1.2.0
4 years ago
1.1.10
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.1.0
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago