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 <progress> element or a single <progressbar> elemtnt with optional max attribute and transition animations.
-
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.
Place multiple <bars> into the same <progress> element to stack them.
<progress> supports max and animate & <bar> supports value and type attributes.