1

Does react-toolbox card component (http://react-toolbox.com/#/components/card) offer any expandable option similar to material-ui cards? (http://www.material-ui.com/#/components/card)

Venugopal
  • 1,888
  • 1
  • 17
  • 30
Sahas
  • 3,046
  • 6
  • 32
  • 53

1 Answers1

0

Nope, it doesn't. You can add an onClick handler on the container component that changes the className of the container element with a different height (and include a CSS transition for height so it animates). It's pretty straightforward to do so. Let me know if you need more assistance.

Sahil
  • 489
  • 5
  • 8