Skip to main content

ProgressBar

Progress bar
(code example)

Usage#

<ProgressBar progress={55} progressColor={Colors.red30}/>

API#

customElement#

Custom element to render on top of the animated progress
JSX.Element

fullWidth#

FullWidth Ui preset
boolean

progress#

The progress of the bar from 0 to 100
number

progressColor#

Progress color
string

style#

Override container style
ViewStyle