0.0.3 • Published 5 years ago

rc-progress-ball v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

rc-progress-ball

水波进度球组件 react 实现

example

Install

npm install rc-progress-ball --save-dev

Use

  1. import Component
import ProgressBall from "rc-progress-ball";
  1. Use in your react component
<ProgressBall value={50} />

props

propmeaningTypeexample
idcanvas 的 idstringprogressBall
value进度值number50
sizecanvas 大小number140
color背景颜色string#20b3ff
textColor文字颜色string#000
waveWidth波浪宽度,数越小越宽number0.045
waveHeight波浪高度,数越大越高number16
speed波浪速度,数越大速度越快number0.04
xOffset波浪 x 偏移量number0
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago