UNPKG

@shopify/app-bridge-react

Version:

React wrappers for the Shopify App Bridge library

10 lines (8 loc) 284 B
/** * This component is a wrapper around the App Bridge `ui-nav-menu` element. * It is used to create a navigation menu for your app. * * @see {@link https://shopify.dev/docs/api/app-bridge-library/react-components/navmenu} */ const NavMenu = 'ui-nav-menu'; export { NavMenu };