1.0.6 • Published 6 years ago

react-circle-progress v1.0.6

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

react citcle progress three type CanCirPro SvgCirPro 支持渐变色和动画

npm i react-circle-progress

Usage

import { SvgCirPro,CanCirPro,CircleProgress } from "react-circle-progress";

More examples

ReactDOM.render(<div>

    <CircleProgress percent={33} />

    <CanCirPro percent={88} />

    <SvgCirPro percent={100}/>

</div>, document.getElementById('root'));

props

namecontent
offsetoffset
radiusradius
percentpercent
borderWidthborderWidth
startcolorstartcolor
centercolorcentercolor
endColorendColor(如果不是使用渐变色,可以三个props同样颜色值)
textStyletextStyle
openAnimationopenAnimation

qq交流群

179916551  欢迎交流前端各种问题
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago