Skip to content

This package provide simple and customizable loader.

Notifications You must be signed in to change notification settings

keiya01/progress-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progress-loader

  • This package is for easy implementation of progress loaders.
  • This package is customizable and can be implemented as you wish.

sample

Installation

  • yarn add progress-loader or npm i progress-loader

Usage

const loader = new Loader("=");
loader.printProgressBar(30, "word");
// => word [==========                    ] 30%

Examples

Actually used project

About

This package provide simple and customizable loader.

Resources

Stars

Watchers

Forks

Packages

No packages published