Skip to content

Latest commit

 

History

History

progress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Progress Usage

简体中文

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

Options

  • percent: Required. 0-100
  • text: Optional. Just like 50% 、70% 、90%...
  • label: Optional. Shown below porgress
  • color: Optional. see Semantic-Ui Progress Color
  • size: Optional. [ tiny | small | standard | large | big ], Default is standard