Skip to content

LinearProgress

Progress indicators are used to display a loading state or visualize the progress of an operation.

  • Added an end marker when the variant prop is set to "determinate" or "buffer".
  • Restyled using StrataKit’s visual language.
  • Includes full forced-colors support.
  • Primary: The default. Use when indicating the primary loading state on a page.
  • Secondary: Use when indicating a secondary loading state or when multiple loading states are shown at once.

Set the variant prop to "determinate" when the completion percentage is known.

Set the variant prop to "buffer" when progress and buffered work are tracked separately.