/**
* @classdesc
*
*
*
* It provides wizard workflow where user can go through a couple of steps.
* Stepper makes sense when you use it along with {@link Step} component.
*
* It receives all the same props as {@link Box} - {@link BoxProps}.
*
* ### Usage
*
* ```javascript
* import { Stepper, StepperProps } from '@admin-bro/design-system'
* ```
*
* @component
* @subcategory Molecules
* @hideconstructor
* @see {@link https://storybook.adminbro.com/?path=/story/designsystem-molecules-stepper--clickable-steps Storybook}
* @example