wh-react-wizard

1.0.0 • Public • Published

wh-react-wizard

React component to expand at most one contained card.

<Wizard show={[
  this.state.expand_first,
  this.state.expand_second
]}>
  <div id="first_expanded">
    …
  </div>
  <div id="first_collapsed">
    …
  </div>
  <div id="second_expanded">
    …
  </div>
  <div id="second_collapsed">
    …
  </div>
</Wizard>

Readme

Keywords

Package Sidebar

Install

npm i wh-react-wizard

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators