Components
Progress Bar
Angular Material Progress Bar is a horizontal indicator that displays the progress of a task or process.
Example
Below is an example of how BuilderKit restyles the Angular Material Progress Bar and gives it a more modern appearance.
<mat-progress-bar mode="buffer" />
<mat-progress-bar mode="determinate" value="40" />