React UI Components Documentation

Properties

NameTypeDefault
animationDuration number 300
colorRanges Array<ProgressBarColorRanges> []
disabled boolean false
height string | number null
layout ProgressBarLayout "normal"
max string | number 100
min number | string 0
orientation ProgressBarOrientation 'horizontal'
rtl boolean false
renderText (text?: ProgressBarRenderText['text'], value?: ProgressBarRenderText['value']) => string null
showText boolean false
template ProgressBarTemplate 'default'
theme string ''
value string | number 0
width string | number null

Events

complete Event
invalidValue Event
valueChanged Event

Methods

NameArgumentsReturn Type
actualValue value
destroy None
val value