I want to create a simple dashboard app using Mui. In order to do so I followed the examples from their site: link.
However, I would like to add below the navigation buttons my custom widgets. For example, my app has a table with numbers and I would like to show below the button a text saying: sum = {value}.
I cant figure how to add something to that sidebar. The closest thing I saw is the footer in slots but it is at the bottom of the sidebar instead of below the buttons.
That is my goal:
Thank you
