1.0.0-alpha.2 • Published 5 years ago

@talixo/wizard v1.0.0-alpha.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Talixo Wizard

UI Component which represents Wizard

How to install

Package is available as @talixo/wizard in NPM registry, so you can use it in your project using npm install @talixo/wizard --save or yarn add @talixo/wizard.

Requirements

Your package should additionally have some extra dependencies:

  • @talixo/checkbox: ^0.1.0
  • @talixo/form: ^0.0.0
  • @talixo/navigation: ^0.1.0
  • @talixo/shared: ^0.1.0
  • @talixo/text-input: ^0.2.0
  • prop-types: ^15.6.1
  • react: ^16.2.0
  • react-dom: ^16.2.0

These packages are required by @talixo/wizard, but you have to install them manually, to avoid having different versions of these in your application.

Supported props

Property nameTypeDefaultDescription
classNamestringn/aAdditional class name passed to wrapper.
childrennoden/aEach children element is separate step of wizard.
displayedLimitnumber10Maximum number of displayed steps buttons.
nextLabelnode'Next'Next button label.
previousLabelnode'Previous'Previous button label
stepnumbern/aCustom starting step

Changelog

  • 0.1.0 - initial version