tuiProgressBar<progress /> . Usage:<progress tuiProgressBar value='40' max='100'></progress> .
Use <progress /> 's CSS-property color to set solid color of progress indicator.
Set component's input property color to get more complex color combinations.
Use directive tuiProgressFixedGradient to make gradient fixed.
Use tuiProgressColorSegments directive to to get multicolor segments.
Indeterminate state expresses an unspecified amount of wait time.
If there is no [value] attribute, the ProgressBar is indeterminate.
You can toggle off round corners of the progress bar by setting border-radius: 0 .