Highly Customizable Multi Stepper Component for React
npm install awesome-react-stepper
 

Awesome React Stepper is a component library for building highly customizable multi stepped component. This library helps you to break the process of a form or flow into certain steps with availability of progress bars, customizable action buttons, responsiveness and developer friendly library. You can hide/unhide progress bar as per your needs. Action buttons can also be replaced with your theme and requirement. Hence, a perfect solution for your stepper functionality.
Read the complete in detail documentation on the website.
To use Awesome React Stepper, install the NPM package.
``bash`
npm install awesome-react-stepper
Or
`bash`
yarn add awesome-react-stepper
`jsx highlight={1,6}`
import Stepper from "awesome-react-stepper";
...
function StepperComponent(props) {
return (
...
Welcome to Awesome React Stepper
Add your content here!!!
Thank you for using Awesome React Stepper
...
);
}
export default StepperComponent
To view a DEMO, click here

For other features of the stepper` to make it customizable, check the documentation.
All suggestions and ideas are welcomed. Please don't hesitate to open an pull request or issue.
To contribute to this project, take a look at the contributing guide.
LICENSED UNDER THE MIT LICENSE