Full page loader for ReactJS with css 3 animations
npm install react-full-page-loader-overlay
npm i react-full-page-loader-overlay
`
Example
``
import React from "react";
import { Loader } from "react-full-page-loader-overlay";
const Example = () => {
return (
);
}
export default Example;
``
All props information
| 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 |