ProgressSteps

Examples

Basic radio variant usage

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
intent
'default' | 'error' | 'ai'
defaultdefines the intent for Step Component , if Step Component also contains intent prop then it will overide intent prop coming through parent
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.