
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
stepper-react
Advanced tools
   {
return <Stepper steps={steps} />;
}
Prop | Type | Default | Description |
---|---|---|---|
activeStep | number | 1 | The current active step. |
steps | array of Step objects | [] | The steps for the stepper. Each step is an object with topLabel , bottomLabel , and content properties. |
containerWidth | number | 7 | The width of the container. |
heightforMobileStepper | string | "5rem" | The height for the stepper in mobile view. |
topLabelFontSize | string | "0.7rem" | The font size of the top label. |
bottomLabelFontSize | string | "0.7rem" | The font size of the bottom label. |
contentFontSize | string | "0.7rem" | The font size of the content. |
topLabelFontColor | string | "rgb(114, 114, 114)" | The color of the top label. |
bottomLabelFontColor | string | "rgb(114, 114, 114)" | The color of the bottom label. |
contentFontColor | string | "rgb(114, 114, 114)" | The color of the content. |
stepperWrapperBackgroundColor | string | "rgb(255, 255, 255)" | The background color of the stepper wrapper. |
stepperContentWrapperBackgroundColor | string | "rgb(255, 255, 255)" | The background color of the stepper content wrapper. |
Each Step object in the steps array has the following properties:
Property | Type | Description |
---|---|---|
topLabel | string | The top label for the step. |
bottomLabel | string | The bottom label for the step. |
content | ReactNode | The content for the step. |
We welcome contributions!
Stepper-React is MIT licensed.
FAQs
  ![David](https://img.shields.io/david/NishantArgade/stepp
The npm package stepper-react receives a total of 1 weekly downloads. As such, stepper-react popularity was classified as not popular.
We found that stepper-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.