mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
tweak readme
This commit is contained in:
parent
084dc3ca5a
commit
41d8564458
@ -1,11 +1,13 @@
|
||||
# React Circular Progressbar
|
||||
|
||||
A circular progress indicator component, built with SVG and extensively customizable. [See a live demo](http://www.kevinqi.com/react-circular-progressbar/) or [try it out on CodeSandbox](https://codesandbox.io/s/vymm4oln6y).
|
||||
|
||||
[](https://www.npmjs.com/package/react-circular-progressbar)
|
||||
[](https://travis-ci.org/iqnivek/react-circular-progressbar)
|
||||
[](https://bundlephobia.com/result?p=react-circular-progressbar)
|
||||
|
||||
A circular progressbar component, built with SVG and extensively customizable.
|
||||
|
||||
[Try it out on CodeSandbox](https://codesandbox.io/s/vymm4oln6y).
|
||||
|
||||
<a href="https://codesandbox.io/s/vymm4oln6y"><img height="120" src="/docs/animated-progressbar.gif?raw=true" alt="animated progressbar" /></a> <a href="https://codesandbox.io/s/vymm4oln6y"><img height="120" src="/docs/circular-progressbar-examples.png?raw=true" alt="progressbar examples" /></a>
|
||||
|
||||
## Installation
|
||||
@ -40,7 +42,7 @@ If not, you can copy [styles.css](dist/styles.css) into your project instead, an
|
||||
|
||||
Now you can use the component:
|
||||
|
||||
```javascript
|
||||
```jsx
|
||||
const percentage = 66;
|
||||
|
||||
<CircularProgressbar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user