File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Simple and light gradient-enabled circular progressbar for reactjs/nextjs
4
4
5
- ![ React Super Progressbar ] ( https://miro.medium.com/max/875/1*6eFjvxycuyCzO-jui0d6Dw.png )
5
+ ![ React Gradient Progress ] ( https://miro.medium.com/max/875/1*6eFjvxycuyCzO-jui0d6Dw.png )
6
6
7
- [ ![ NPM] ( https://img.shields.io/npm/v/react-super-progressbar .svg )] ( https://www.npmjs.com/package/react-super-progressbar ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
7
+ [ ![ NPM] ( https://img.shields.io/npm/v/react-gradient-progress .svg )] ( https://www.npmjs.com/package/react-gradient-progress ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
8
8
9
9
## Installation
10
10
11
11
Using npm
12
12
13
13
``` bash
14
- npm i -s react-super-progressbar
14
+ npm i -s react-gradient-progress
15
15
```
16
16
17
17
## Basic Usage
18
18
19
19
``` javascript
20
- import {CircleProgress } from ' react-super-progressbar '
20
+ import {CircleProgress } from ' react-gradient-progress '
21
21
22
22
< CircleProgress percentage= {75 } strokeWidth= {8 } / >
23
23
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-gradient-progress" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Simple and light gradient-enabled circular progressbar for reactjs/nextjs" ,
5
5
"author" : " Prasanna Mestha" ,
6
6
"main" : " build/index.js" ,
You can’t perform that action at this time.
0 commit comments