This is a set of react wizard components some of which are based on SEB's bootstrap. The plan for this project is to increase and improve components for future usage.
npm install @sebgroup/react-wizardThis is a set of react wizard components some of which are based on SEB's bootstrap. The plan for this project is to increase and improve components for future usage.
- The package name: @sebgroup/react-wizard
- The package documentation: Documentation
- The package sourcecode: Github Source Code
- NPM package: @sebgroup/react-wizard
This project was bootstrapped with Create React App.
This version of components has been developed with:
- React
- Typescript
- SEB Bootstrap
You should be able to install the NPM package.
``bash`
npm install @sebgroup/react-wizard --save
This project is based on SEB Bootstrap and SEB React Components, to make sure everything works fine, please install these dependencies on your project:
`bash
npm install @sebgroup/bootstrap --save
npm install @sebgroup/react-components --save
`
Then make sure you add the Main SEB bootstrap package in your main style.SCSS or index.ts as follows
@import '~@sebgroup/bootstrap/scss/bootstrap';.
This project uses prettier for a more consistent (less annoying) coding. The src folder is where the actual components exist with all their necessary dependencies.
1. Installation npm ci or npm i --forcenpm start
1. Development: npm run build:lib
1. Check formatting rules, Compile components: npm run build:docs
1. Build and create the Documentation pages only: npm test
1. To run the unit tests, run: npm test Wizard
1. To run a unit test for a specific component you have to pass the name of the component, example: . It can also be chained with multiple specific components, e.g. npm test Wizard WizardHeadernpm run commit` and follow the steps
1. To commit your changes run: