Progress-bar

Progress Bar component is a visual indicator that displays the progression of a task or process. It provides users with a clear visual representation of the completion status, making it easier to track and understand ongoing activities.

TypeResource
DesignFigma
WebWeb Storybook
CodeGitlab

50%

Usage

import { ProgressBar } from 'bio-bind-ui';
<ProgressBar
  maxValue={100}
  mode='light'
  showPercent
  size='md'
  type='line'
  value={50}
  variant='primary'
/>

Examples

Type (optional)

Use type to select a line or circle progress bar.

50%


50%


Size (optional)

Use size to determine the size of the progress bar.

50%


50%


50%


50%


50%


Mode (optional)

Use mode to use dark or light.

50%


Props

PropsRequiredDefaultTypedescription
variantfalseprimaryprimaryThe visual color variant of the progress bar.
sizefalsemdxs, sm, md, lg, xlThe size of progress bar component (xs, sm, md, lg, xl).
typefalselineline , circleThe type variant of the progress bar (line, circle).
showInfofalsefalsebooleanIf true, the progress information will be assigned to the progress bar.
modefalselightlight darkThe theme mode of the progress bar (light or dark).
valuefalse0numberValue information from the progress bar.
maxValuefalse100numberMaximal value information from the progress bar.
showPercentfalsetruebooleanIf true, the percentage information will be assigned to the progress bar.
BIND © Biofarma Innovate Next-level Design .