Skip to content

Latest commit

 

History

History
 
 

progressbar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

A progress bar directive that is focused on providing feedback on the progress of a workflow or action.

It supports multiple (stacked) bars into the same <uib-progress> element or a single <progressbar> element with optional max attribute and transition animations.

Settings

<uib-progressbar>

  • value : The current value of progress completed.

  • type (Default: null) : Style type. Possible values are 'success', 'warning' etc.

  • max (Default: 100) : A number that specifies the total value of bars that is required.

  • animate (Default: true) : Whether bars use transitions to achieve the width change.

  • title (Default: progressbar) : Title to use as label (for accessibility)

Stacked

Place multiple <uib-bar>s into the same <uib-progress> element to stack them. <uib-progress> supports max, animate, and title & <uib-bar> supports value, title, and type attributes.