Wizard Italia component
Opinionated component to create your guided wizard.
Installation
yarn add wizard-italia-component
or
npm install wizard-italia-component
Use it as a Web Component
Customization engine lays on Oruga, check the documentation for more info
Development
Install dependencies using
Compiles and hot-reloads demo for development
Lints and fixes files
Customize configuration
Compiles and minifies for production (lib and web component)
Build web component
yarn wc
Launch web component demo
Run
yarn prepare-wc-demo
then go inside demo
folder and run a dev server, e.g.
python -m SimpleHTTPServer 80
Contributing
Every contribution is welcome!