Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 6 forks source link

Stepper #551

Open Ibabalola opened 11 months ago

Ibabalola commented 11 months ago

As a developer I want to be able to use a Stepper component so that I can provide a wizard-like workflow by dividing content into logical steps.

The component should contain:

Example (Base):

<Stepper>
  <Step>{{ content for this step }}</Step>
  <Step>{{ content for this step }} </Step>
  <Step>{{ content for this step }}</Step>
</Stepper>

Tasks:

Please follow the below to create your branch

git checkout release/1.1.0
git pull
git checkout -b 'feature/stepper'
byohannes commented 1 month ago

PR LInk