azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
73 stars 44 forks source link

ability to change MenuItem component #14

Open ali-hellani opened 3 years ago

ali-hellani commented 3 years ago

It seems adding component="a" to NestedMenuItem in order to change the MenuItem component to a tag instead of li tag doesn't work. After taking a look on the code you are extracting component prop as div tag by default but not used down there as MenuItem props.