Using React Wizard Software Development Kit to create Wizards

Use the react_wizard_sdk wizard as starting point. The SDK is an npm package and provides a basic compiler toolchain using Webpack. You must install Node.js and npm to use the SDK. The SDK contains a thin wrapper to mount React components to Mithril.

To create Wizards using the React SDK:

  1. Execute npm install to install the dependencies.

  2. Replace or extend the existing React sample component.

  3. Execute npm run build to bundle and publish the wizard.

  4. Place the resulting bundle in the wizards directory.