npm_versionnpm Paragon package page

A bar to indicate the completed progress of a task.

This is a pass through component from React-Bootstrap.

See React-Bootstrap for documentation.

Basic Usage

Any Paragon component or export may be added to the code example.

Basic Usage (Inverse Pallete)

Any Paragon component or export may be added to the code example.

Annotated variant

Any Paragon component or export may be added to the code example.

Theme Variables#

CSS VariableComputed Value










Props API#

ProgressBar Props API

This is a pass through component from React-Bootstrap; see original props documentation here. You can also pass any HTML attributes, such as onClick, role, etc. Which attributes are available depends on whether or not you have overriden the underlying HTML element using the as property.

This component does not receive any props.
ProgressBarAnnotated Props API
  • now number

    Current value of progress.

  • label React.ReactNode

    Show label that represents visual percentage.

  • variant typeof VARIANTS[number]

    The ProgressBar style variant to use.

    Default'warning'
  • className string

    Specifies an additional className to add to the base element.

  • threshold number

    Threshold current value.

  • thresholdLabel React.ReactNode

    Specifies label for threshold.

  • thresholdVariant typeof VARIANTS[number]

    Variant for threshold value.

    Default'dark'
  • progressHint React.ReactNode

    Text near the progress annotation.

  • thresholdHint React.ReactNode

    Text near the threshold annotation.

Usage Insights#

ProgressBar

Project NameParagon VersionInstance Count
frontend-app-admin-portal21.13.11
frontend-app-enterprise-public-catalog21.13.11

ProgressBarAnnotated

Project NameParagon VersionInstance Count
frontend-app-admin-portal21.13.11