Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.18 KB

Pretty Progress

A pretty and simple progress bar for your React applications. 🚀

Pretty Progress is a progress bar UI component for React application to build attractive progress showcase for any kind of actions such profile verification, loading data and more.

plot

Table of contents

Installation

You can simply use this package by simply install the npm module by following commands.

Install Module

$   npm i pretty-progress

Import

    import { PrettyProgress } from 'pretty-progress';

Use case

$   <div className="your__wrapper">
        <PrettyProgress width = {37} / > // Out of 100%
    </div>

API

Props with usecases

props Mandatory Description
width Yes Dynamic value of your progress completion
color Yes Dynamic value of your progress background color

License

MIT