| label | ReactNode | Label for the submenu | - |
| icon | ReactElement | Icon for submenu | - |
| disabled | boolean | If true, the component is disabled | false |
| prefix | ReactNode | ChipProps | Add a prefix to the submenu | - |
| suffix | ReactNode | ChipProps | Add a suffix to the submenu | - |
| component | string | ReactElement | Component to render the submenu with | <a> |
| contentClassName | string | Custom class for submenu's content area | - |
| onOpenChange | (open: boolean) => void | Callback function called when submenu state changes | - |
| rootStyles | CSSObject | Set custom styling for submenu | - |