Skip to content
Vy logo
Components

ProgressIndicator

The ProgressIndicator is a sleek component that enhances user navigation in multi-step processes. It displays a series of dots, highlighting one to indicate the current step.

Examples

<ProgressIndicator 
  numberOfSteps={3}
  activeStep={2}
/>

A card with a ProgressIndicator