--- title: App Bridge web components description: App Bridge web components add UI elements like navigation menus, title bars, and save bars to the Shopify admin outside your app's iframe. api_name: app-home source_url: html: https://shopify.dev/docs/api/app-home/app-bridge-web-components md: https://shopify.dev/docs/api/app-home/app-bridge-web-components.md --- # App Bridge web components While [Web components](https://shopify.dev/docs/api/app-home/web-components) build the UI inside your app's iframe, App Bridge web components control parts of the Shopify admin that surround it. Use them to add navigation menus, configure page titles, and manage save bar behavior so your app feels native to merchants. ### Adding App Bridge web components to your app When you scaffold your app using [Shopify CLI](https://shopify.dev/docs/api/shopify-cli), the App Bridge library is added to your app automatically. You can also manually add App Bridge in any framework by adding the following script tag to your app's HTML head: ##### HTML ```html ``` ##### Remix ```tsx // app/root.tsx export default function App() { return (