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.
You can simply use this package by simply install the npm module by following commands.
$ npm i pretty-progress
import { PrettyProgress } from 'pretty-progress';
$ <div className="your__wrapper">
<PrettyProgress width = {37} / > // Out of 100%
</div>
Props with usecases
props | Mandatory | Description |
---|---|---|
width |
Yes | Dynamic value of your progress completion |
color |
Yes | Dynamic value of your progress background color |