mui-nested-menu icon indicating copy to clipboard operation
mui-nested-menu copied to clipboard

The package lets you nested menu items infinitely deep.

Results 22 mui-nested-menu issues
Sort by recently updated
recently updated
newest added

- Add `menuPosition` (left/right) prop to nested item - Change `label` to be ReactNode

I would expect that I can apply a click function to NestedMenuItem, however from looking at the code this is not the case.

bug
help wanted
good first issue

Hi, I'm having this issue with this library and I don't know how to fix it. I'm using Next js Sometimes it renders, but when you reload the error happens....

help wanted

the menu only opens from the right side. Sometimes the button is so close to the right that it is logical to see the submenu opening from the left side....

See issue #9.

bug
help wanted

If i mouse to the menu and arrow key down they will scroll - but if I scroll my trackpad it doesn't scroll at all ![image](https://user-images.githubusercontent.com/857744/161869839-ac942634-8d16-4fa7-b6eb-a50f2a44de91.png)

bug
help wanted

I got this error in live and timeout function triggered with below error statement. what is root issue? and how to fix it? "info - Loaded env from /var/task/.env 2022-11-04T15:21:24.805Z...

From the overview file dropdown example: https://mui-nested-menu.vercel.app/nested-dropdown I play with the down arrow until I reached to export item but both menu was open one on other. So now when...

bug
help wanted

I tried to style the `NestedMenuItem` using a **css class** (`className`) but it didn't work. ``` ... ``` ``` .ContextMenu .MuiPaper-root{ background: linear-gradient(135deg, #333, #444); border-radius: 8px; box-shadow: 0 4px...

After updating react to 18.3.1 getting JSX error ``` NestedMenuItem' cannot be used as a JSX component. Its type 'ForwardRefExoticComponent' is not a valid JSX element type. ```