Basic Progress
The Progress component displays a colored loading bar. Check out code for detail of usage.
Soft Color Progress
Progress can have a soft colors. To do this, you should use some opacity. Check out code for detail of usage.
Progress Size
The Progress components can have various sizes. Check out code for detail of usage.
Active Progress
An indicating progress bar visually indicates the current level of progress of a task. Check out code for detail of usage.
Progress Indeterminate
You can use indeterminate mode for the progress bar when you do not know how long an operation will take. Check out code for detail of usage.