ProgressSteps

Examples

Basic radio variant usage

  1. Lorem ipsum dolor sit amet
  2. Lorem ipsum dolor sit amet
  3. Lorem ipsum dolor sit amet
  4. Payment verified

Basic usage

  1. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor in
  2. Verify Address
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor in
  3. Verify Address
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor in
  4. Verify Payment
    Payment verified

Progress path props

NameTypeDefaultDescription
alwaysShowDescription
boolean
falseFlag to allow the entering transition
children
react node
Children for progress step
className
string
Utility class names to be provided to Root
current
number
Which state are we in
orientation
'horizontal'| 'vertical'
verticalDefines the orientation of progress step
overrides
custom
Lets you customize all aspects of the component.
variant
'default'| 'radio'
defaultvariant of progress step

You can check the implementation of the component for more details.