Getting Started
Overview
Installation
Theme
Forms
Basic Inputs
Select
Custom Inputs
Components
Navigation
Components
69
Micro Charts
Libraries
Kanban Board
Image Designer
Video Player
Visual Builder
Content Editor
Data View
Latest npm version of @ngstarter-ui/componentsWeekly npm downloads of @ngstarter-ui/components
Purchase

Progress Spinner

ProgressSpinner is a circular indicator for an ongoing operation. Use indeterminate mode when the remaining time is unknown, or determinate mode with a 0-100 value when progress is known. Use ProgressBar for linear progress, Skeleton for known loading layouts, PageLoadingBar for route loading, and BlockLoader or ScreenLoader for blocking loading states.

PropTypeDefault
color
The color of the progress spinner
stringprimary
mode
The mode of the progress spinner (determinate or indeterminate)
SpinnerModeindeterminate
value
The value of the progress spinner (only for determinate mode)
number0
diameter
The diameter of the progress spinner in pixels
number100
strokeWidth
The stroke width of the progress spinner in pixels
number | undefinedundefined