Hi, I am developing Shopify App, I started from Remix template and trying to apply some Design Suggestions from Shopify. I am having problem with Title Bar. I would like to use Title Bar from App Bridge with Breadcrumbs (https://shopify.dev/docs/api/app-bridge-library/reference/title-bar#example-title-bar-with-breadcrumb). The docs is not super helpful with only example:
<ui-title-bar title="Products">
<button variant="breadcrumb">Home</button>
</ui-title-bar>
how to make this button “live” and make it working (changing page to home page)?
Sorry if that’s stupid question, I am just starting