This is an example project demonstrating the usage of the react-stepper-context
library.
This project showcases:
- Multi-Step Wizard: Example of managing multiple steps in a flow.
- Custom Components: Easily organize your steps using custom components.
- Step Navigation: Includes sidebar navigation for steps.
- Form Management: Demonstrates saving step-specific form data.
- React and React Native: Built for both environments.
Learn more about react-stepper-context
in the main project repository.
-
Install dependencies:
npm install
or
yarn install
-
Run the project:
npm start
or
yarn start
The app will open in your browser at http://localhost:5173/.
- React
- TypeScript
- react-stepper-context
This project is licensed under the MIT License. See the LICENSE file for details.