import { PROGRESS_DIRECTIVES } from 'angular2-semantic-ui'
<lsu-progress [label]="'Uploading file'" [percent]="percent" [text]="''" [color]="'teal'" [size]="'standard'"></lsu-progress>
- percent: 必选,进度(0-100)
- text: 可选,progress显示文字(50%、70%......)
- label: 可选,标签(显示在porgress下方)
- color: 可选,背景色, 具体可参见Semantic-Ui Progress Color
- size: 可选,控件尺寸, 具体可参见Semantic-Ui Progress Size