[add] ProgressBar component

Ref #91
This commit is contained in:
Nicolas Gallagher
2016-09-01 16:49:39 -07:00
parent 977d8729f5
commit 0aef117733
5 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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.