wizard-component

0.0.1 • Public • Published

Wizard Component

A simple wizard component for use with Material Design Lite.

Material Design does not provide guidance for wizards at the current time. So the styles provided are inspired by Material Design but do not adhere to any particular part of the specification.

This component is currently undergoing major development. For all that is holy do NOT use this in production. No stability offered at this time.

Events

Name Bubbles Cancel-able
wizard-moving Yes Yes
wizard-moved Yes No
wizard-onLastStep Yes No

The wizard-moving event fires once the next button has been pressed before the new content is shown. This allows you to cancel the event to prevent moving to the next step in the wizard. The wizard-moved event fires once the new content is shown. If the final step has been moved to, the wizard-onLastStep event is fired.

Package Sidebar

Install

npm i wizard-component

Weekly Downloads

4

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • garbee