ember-cli-mdc-linear-progress
ember-cli addon for @material/linear-progress.
Installation
ember install ember-cli-mdc-linear-progress
Components
This package contains the following top-level components.
MdcLinearProgress
Description
Add a linear progress component to the page.
Usage
Attributes
-
indeterminate
- Run the linear progress in indeterminate mode. -
min
- The min value of progress bar, default is 0. -
max
- The min value of progress bar, default is 1. -
value
- The current progress value, must be between@min
and@max
. -
buffer
- The current value of the buffer, must be@min
0 and@max
. -
reversed
- Reverse the display of the linear progress. -
closed
- Hide the linear progress on the page.