react-menus =========== > A carefully crafted menu for React ## 2.0.0 * update to support React 0.14 ## 1.1.0 * add `onChildClick` prop called whenever a submenu item is clicked, at any level of nesting. * add `Menu.Separator.defaultStyle` and other styling props This property is called first on the immediate parent menu of the clicked menu item, then on the parent menu of that menu and so on, until the topmost menu is reached. ## 1.0.0 * initial release