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-react
Demo
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
LoaderName
with 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
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.1.0
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago