Components

Progress Spinner

Angular Material Progress Spinner is a circular indicator that shows the ongoing progress of an indeterminate task.

Example

Below is an example of how BuilderKit restyles the Angular Material Progress Spinner and gives it a more modern appearance.

<mat-spinner diameter="24" mode="determinate" value="60" />

<mat-spinner diameter="24" mode="indeterminate" />