Loader Plugin For Web Sites
npm install js-loader-fn --save
showLoader : attach the full page loader to web site.
import { showLoader } from "js-loader-fn";
showLoader(); // show full page loader;
showLoader({title: "Please wait..."}); // show full page loader with custom text;
showLoader : attach the full page loader to web site.
import { hideLoader } from "js-loader-fn";
hideLoader(); // hide full page loader;