mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-18 04:42:45 +00:00
0aef117733
Ref #91
370 B
370 B
ProgressBar
Display an activity progress bar.
Props
color: string = '#1976D2'
Color of the progress bar.
indeterminate: bool = true
Whether the progress bar will show indeterminate progress.
progress: number
The progress value (between 0 and 1).
(web) trackColor: string = 'transparent'
Color of the track bar.