Navbar and button back

I have two questions:

  1. Is it possible to add a navbar to the application?
  2. Can I add a button that performs a back action without having to include it in every part of the application? The same goes for the logout button. It’s possible?

Thank you very much in advance.

Can you explain more with a visual representation? We do have nav bars in the web version (top or left side depends on your settings), and a bottom nav bar in the mobile version.

What would this button do? Is there a reason you don’t use breadcrumbs?

I don’t think this is possible.

Ok, thanks. I thought there was another component besides breadcrump, like a button, for to go back.
And with the navbar, i refer something like this
navbar
But as you told me it is not possible, Thanks anyway!

If you have multiple tabs, they will show as a navbar at the top left or bottom of the screen depending on the device and design layout of your app. It’s not a component, it’s just part of the app when you have multiple visible tabs.

If you want something inside a tab, you can add a button bar or really anything that allows actions, but you will need to add that button bar to any screen where you want it visible.

I do both. Tabs for main navbar navigation and a Button Bar for sub navigation within a tab.

Thanks!