-
-
Notifications
You must be signed in to change notification settings - Fork 387
Customization of Navigation Menu Items #4581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, looks like a |
@apedroferreira, could you share documentation for this if available ? |
Adding About the sx={{
'& .MuiListSubheader-root': {
fontSize: '1.2rem',
},
}} If this helps solve some of your issues and it wasn't super clear how to use maybe we document it more clearly! |
I would like the following configurability:
Some of these should be doable with the custom renderItem, but the first I don't think would be. |
Hi, some of these should be possible with https://mui.com/toolpad/core/react-dashboard-layout/#custom-page-items. |
Summary
It would be greatly beneficial to have more customization options for navigation menu items. Specifically, I have the following requests:
Prevent Default Routing: Currently, certain menu items default to routing to /. It would be useful to have a way to prevent this default behavior on selected menu items.
Custom Styling:
Increase spacing between menu items: The ability to adjust the spacing between individual menu items would improve the visual layout and readability.
Font size adjustment for NavigationSubheaderItem: A method to increase the font size of NavigationSubheaderItem would enhance its prominence and legibility.
Providing these customization options would significantly enhance the flexibility and usability of the navigation menu.
Examples
Motivation
Customizable navigation menus enhance user experience by allowing more control over the interface. Providing options to prevent default routing, adjust spacing, and change font sizes can lead to a more intuitive and visually appealing navigation system. These features ensure the menu aligns with the overall design and usability goals, offering a more personalized and accessible experience.
Search keywords: Customization of Navigation Menu Items
The text was updated successfully, but these errors were encountered: