1.1.5 • Published 1 year ago

tuo-progress v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tuo-progress

progress with value (react)

Screenshot

TuoCircleProgress

circle-percent circle-state

TuoBarProgress

bar-percent bar-state

Development

npm install
yarn install

npm run dev
yarn dev

Install

npm install tuo-progress
yarn add tuo-progress

Usage

// circle progress
<TuoCircleProgress progress={40} max={100}/>

// bar progess
<TuoBarProgress progress={40} max={100}/>

API

TuoCircleProgress props

namedescriptiontypedefalut
progressvalue of progressnumber
maxmaximum of progressnumber
classNameadditional css class of root dom nodestring
circleSizediameter of circlenumber100
strokeWidthwidth of strokenumber10
progressColorcolor of progress strokestiring#50586C
backgroundColorcolor of max progress strokestring#DCE2F0
startDirectiondirection where progress starts'left' / 'top' / 'right' / 'bottom''top'
displayStatetype of value shown'percent' / 'state' / 'none''percent'
fontSizefont-size(px) of displayStatenumber22
fontColorcolor of displayStatestring'#777'
animationanimation enabledbooleantrue
animationSpeedtime(ms) to move by 1 of valuenumber10
onAnimationStatevalue according to displayStatefunction(value)

TuoBarProgress props

namedescriptiontypedefalut
progressvalue of progressnumber
maxmaximum of progressnumber
classNameadditional css class of root dom nodestring
barWidthwidth of barnumber / 'auto'100
barHeightheight of barnumber10
barRadiusborder-radius of progress barnumber10
progressColorcolor of progress barstiring#50586C
backgroundColorcolor of max progress barstring#DCE2F0
displayStatetype of value shown'percent' / 'state' / 'none''percent'
fontSizefont-size(px) of displayStatenumber12
fontColorcolor of displayStatestring'#777'
animationanimation enabledbooleantrue
animationSpeedtime(ms) to move by 1 of valuenumber10
onAnimationStatevalue according to displayStatefunction(value)
1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago