mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-01 09:27:14 +08:00
24 lines
370 B
Markdown
24 lines
370 B
Markdown
# ProgressBar
|
|
|
|
Display an activity progress bar.
|
|
|
|
## Props
|
|
|
|
[...View props](./View.md)
|
|
|
|
**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.
|