Skip to content

Easyvipin/easyloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is easypreloader ? 🕐

You can use easypreloader package to add built in preloader for a web app.

versions

  • 1.0.0
  • 1.0.1

installation

  1. npm i easypreloader --save

After that import the package

import {easyloader} from 'easypreloader';

 var loader = new easyloader({
     background:"black",
     path:"your icon path"
 });

 loader.generateLoader();

loader

OPTIONS

easyloader provides two options and both are optional:

  • background //specify the color here ( Default to #00000 )
  • path //specify the path of your loading icon (Default icon)

In the upcoming version

  • preloader for specific sections on the page which fetch data from Apis

About

Built Pre loader of your next web app !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published