Files
react-native-web/docs/components/ProgressBar.md
Nicolas Gallagher 0aef117733 [add] ProgressBar component
Ref #91
2016-09-01 16:49:42 -07:00

370 B

ProgressBar

Display an activity progress bar.

Props

...View 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.