mui / mui-toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
951 stars 238 forks source link

[DashboardLayout] Add badges to navigation entries #3608

Closed Janpot closed 1 month ago

Janpot commented 3 months ago

Summary

I would like to be able to draw attention to certain pages by displaying a badge next to the title. Perhaps navigation entries can have a badge property?

Examples

Screenshot 2024-05-27 at 11 54 24

Motivation

No response

Search keywords: navigation badge

apedroferreira commented 1 month ago

Couldn't really find a similar feature in other products but I'm thinking we can start with something simple by adapting the MUI Badge https://mui.com/material-ui/api/badge/ in an optional badge property with the badgeContent (just content in this case) and color.