| icon | ReactElement | Icon for the menu item | - |
| disabled | boolean | If true, the component is disabled | false |
| prefix | ReactNode | ChipProps | Add a prefix to the menuItem | - |
| suffix | ReactNode | ChipProps | Add a suffix to the menuItem | - |
| component | string | ReactElement | Router Link or NavLink component that will be used to handle routing | <a> |
| target | string | The link will open according to the target option | _self |
| rel | string | Set rel for your link | - |
| onActiveChange | (active: boolean) => void | Callback function called when menu item's active state changes | - |
| rootStyles | CSSObject | Set custom styling for menu item | - |