0.0.1 • Published 9 years ago

wizard-component v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
9 years ago

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

NameBubblesCancel-able
wizard-movingYesYes
wizard-movedYesNo
wizard-onLastStepYesNo

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.