Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Wirehive/wh-react-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

React component to expand at most one contained card.

Resources

License

Stars

Watchers

Forks

Packages

No packages published