# Progress bar

# Usage

Examples

# Features

  • Single or splitted progress bar,
  • Diffrent widths heights and styles available,
  • Concise syntax for single bar

# CProgress API

For single bar use CProgress component without children. For splited progress bar (progress bar divided like in second example above) use CProgressBar components as children.

# CProgressBar API

Use as a child component of CProgress when you want to split progress bar into multiple bars. To avoid passing props multiple times, you can define them once in parent CProgress component, so they will be inherited by all CProgressBar's. Props defined in CProgressBar have precedens over CProgress props.