menu icon indicating copy to clipboard operation
menu copied to clipboard

React Menu

Results 127 menu issues
Sort by recently updated
recently updated
newest added

Firstly, thank you for the awesome library! I love using it. ## Problem My app supports RTL, and I use `vertical-right` mode on the `Menu` component and alter the CSS...

Aim: The menu(created using the recursive function) inside a dropdown, which has more than _**n**_ items should overflow. Issue: The list of items overflows in the second level(SubMenu component), but...

I am recreating a layout similar to that of https://ant.design/components/layout/#components-layout-demo-top but placing a logo on the left of the menu apparently breaks the computation of the menu width and, hence,...

![test](https://user-images.githubusercontent.com/1731837/45463422-b1953080-b73e-11e8-83a9-b040be61ffeb.gif)

Google doesn't see it. after I start using this component, almost all pages are removed from the Google cache. I have `"react": "^16.2.0", "react-dom": "^16.2.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2",`

This library uses a stylesheet that pulls in the font-awesome library from a CDN. Would it be possible to remove this or make it optional in some manner? For sites...

when you select a menu item if there is no transition to another page when the link is anchored then the menu is not hidden and it has to be...

Is there any way to make navigation via keyboard shortcuts

I am developing a ui intensitve project. My strategy is 1) in the first stage, I will use existing react component functionalities by extending them so that I can focus...