Visible across pages

Is there a way to create components that are visible across pages?

For example I want to have a logout button and an account settings button available on all pages, but I would prefer to do it once as opposed to creating the buttons multiple times on each page. I would be great to have a “Strip” of components that are always available across all the pages without having to set the components and actions on each page… This is really tough especially with multiple pages and making a small change to an action requires that change on each action on each page to perform the exact same function… like the ability to logout from any page.

Thoughts?

Hello @coder911

Looks like the Modules Modules | UI Bakery Docs could help you. Could you try them and let me know if this works for you?

Hey @coder911, I am definitely just a newbie here, but if I understand it good, these bits are good to go in the global navigation:

As per the action:
If you add it in the App section, not the Page one, it should be available everywhere - so it has to be added/edited just once:
image

2 Likes