- A attractive loader for your react project.
- Using CSS-3 animations.
- Full page loader with shadow overlay
- ReactJs
- CSS 3 animation
npm i react-full-page-loader-overlay
import React from "react";
import { Loader } from "react-full-page-loader-overlay";
const Example = () => {
return (
<Loader show={true} />
);
}
export default Example;
Props | values | Description |
---|---|---|
show | true or false Boolean |
Show or hide loader |
fillIn | true or false Boolean |
Background Transparent or White |
design | 1 , 2 or 3 Number |
Total 3 designs, if nothing specified it will show default design |
centerBorder | Hex color code or color name | Default is red |
leftBorder | Hex color code or color name | Default is green |
rightBorder | Hex color code or color name | Default is yellow |
Amol B Jamkar (full stack developer) [email protected]
Free to use