You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
redet-G
changed the title
let's add Breadcrumbs to let the user now where he is at
let's add Breadcrumbs to let the user know where he is at
Nov 25, 2024
@redet-G Should the Breadcrumbs display the specific Dashboard the user is on, or is it enough to show which section they are in, as shown in the picture?
This is how it should be displayed. Home / Dashboard / <the name of the dashboard he/she it on.>
When is viewing a specific chart Home / Dashboard / <the name of the dashboard > / <the name of the chart>
MUI has a component for this - check this out https://mui.com/material-ui/react-breadcrumbs/
The text was updated successfully, but these errors were encountered: