0.77.1-alpha.2 • Published 6 years ago
@ivanvanderbyl/ember-material-components-linear-progress v0.77.1-alpha.2
@ivanvanderbyl/ember-material-components-form
ember-cli addon for @material/linear-progress.
Installation
ember install @ivanvanderbyl/ember-material-components-linear-progressComponents
This package contains the following top-level components.
mdc-linear-progress
Description
Add a Material Linear Progress component to the parent element.
Usage
{{mdc-linear-progress indeterminate=[true|false]
progress=value
buffer=value
reversed=[true|false]
closed=[true|false]
}}Attributes
indeterminate- Run the linear progress in indeterminate mode.progress- The current progress value, must be between 0 and 1.buffer- The current value of the buffer, must be between 0 and 1.reversed- Reverse the display of the linear progress.closed- Hide the linear progress on the page.
Examples
{{mdc-linear-progress progess=0.66}}
{{mdc-linear-progress progess=0.35 buffer=89.5}}
{{mdc-linear-progress indeterminate=true reversed=true}}0.77.1-alpha.2
6 years ago