Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 671 Bytes

README_CN.md

File metadata and controls

15 lines (13 loc) · 671 Bytes

Progress Usage

  import { PROGRESS_DIRECTIVES } from 'angular2-semantic-ui'
  <lsu-progress [label]="'Uploading file'" [percent]="percent" [text]="''" [color]="'teal'" [size]="'standard'"></lsu-progress>

Options

  • percent: 必选,进度(0-100)
  • text: 可选,progress显示文字(50%、70%......)
  • label: 可选,标签(显示在porgress下方)
  • color: 可选,背景色, 具体可参见Semantic-Ui Progress Color
  • size: 可选,控件尺寸, 具体可参见Semantic-Ui Progress Size