@opuscapita/react-wizard
v1.2.5
Published
Wizard component provides navigation between pages. It can contain any number of pages.
Maintainers
Keywords
Readme
react-wizard
ReactWizard is a React component that provides navigation between pages. It can contain any number of pages.
DEMO
API
Installation
Development
- Run
npm installto get the project's dependencies - Run
npm run buildto produce minified version of the library - Run
npm run devto produce development version of the library. - Run
npm run testto run tests - Run
npm run docsto run generate examples
Development workflow
Run
npm run docsOpen
docs/index.htmlOr
Run
npm run hotOpen
http://localhost:5555/
Contributing
- Make a new branch for the changes
- Update
CHANGELOG.mdfile - Commit changes (not
lib) - Make a pull request
- Merge the pull request and delete the development branch
Creating a new release
- Run
npm version [major|minor|patch]More information - Run
npm publish
