@element-public/react-stepper-indicator
v5.68.10-alpha.1
Published
StepperIndicator provides a visual indicator for which step is active in a multi-step process.
Keywords
Readme
StepperIndicator
Description
StepperIndicator provides a visual indicator for which step is active in a multi-step process.
See live demos on storybook
Storybook StepperIndicator Demos
Install from Artifactory
- Verify that you have access to (https://docs.int.bayer.com/cloud/devops/artifactory/)[Bayer Artifactory]
- Verify your token is correctly set up in your .npmrc as per the link above
- Verify you have the @element scope configured in your .npmrc
@element:registry=https://artifactory.bayer.com/artifactory/api/npm/npm-platforms-engineering/
- Install the component and themes bundles
npm i @element/react-components @element/themes- alternatively install the component individually along with the themes bundle
npm i @element/react-stepper-indicator @element/themes
- alternatively install the component individually along with the themes bundle
Stepper Indicator Props
| Name | Type | Default | Required | Description | | ---------- | ------ | ------- | -------- | -------------------------- | | activeStep | number | 1 | false | The currently active step. | | totalSteps | number | 1 | false | Total number of steps. |
