Progress bars are used to indicate the progress of a process.
Progress bars utilize value
and a max
attributes to set the progress
and can have various colors. By default, they take up the full width of
their parent container.
value
defaults to nil
if not provided (for indeterminate bars)max
defaults to 100
if not provided to mimic percentagesIndeterminate progress bars are used when the progress is unknown. They animate to indicate that a process is currently happening.