https://github.com/codewithdpk/pretty-progress
Pretty Progress bar for your react application.
https://github.com/codewithdpk/pretty-progress
Last synced: about 1 year ago
JSON representation
Pretty Progress bar for your react application.
- Host: GitHub
- URL: https://github.com/codewithdpk/pretty-progress
- Owner: codewithdpk
- Created: 2021-08-14T08:25:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T18:00:08.000Z (over 4 years ago)
- Last Synced: 2025-03-18T12:17:23.318Z (over 1 year ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

# Table of contents
- [Installation](#installation)
- [Install Module](#install-module)
- [Import](#import)
- [Use case](#user-case)
- [API](#api)
- [License](#license)
## Installation
You can simply use this package by simply install the npm module by following commands.
### Install Module
```sh
$ npm i pretty-progress
```
### Import
```javscript
import { PrettyProgress } from 'pretty-progress';
```
### Use case
```Javscript
$
// Out of 100%
```
## 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]('./LICENSE')