1.0.9 • Published 3 years ago

pretty-progress v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

propsMandatoryDescription
widthYesDynamic value of your progress completion
colorYesDynamic value of your progress background color

License

MIT

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago