Skip to content
#

kit

Here are 356 public repositories matching this topic...

hastebrot
hastebrot commented Feb 18, 2019

Would be useful when Menu.Group#title would be also allow element in addition to string. So it's easier to combine <Hidden.Container> and <Menu.Group>.

<Menu.Group
  title={<Box onClick={hidden.toggle}>Group A</Box>}>
  <Hidden isVisible={hidden.isVisible}>
    <Menu.Item>Item 1</Menu.Item>
  </Hidden>
</Menu.Group>

Warning message in browser console:

Warning

Improve this page

Add a description, image, and links to the kit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kit topic, visit your repo's landing page and select "manage topics."

Learn more