Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 370 Bytes

ProgressBar.md

File metadata and controls

23 lines (12 loc) · 370 Bytes

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.