Skip to content

Instantly share code, notes, and snippets.

@hannachen
Created August 23, 2019 20:56
Show Gist options
  • Save hannachen/e7931b0747e06f3f82517c022885be7c to your computer and use it in GitHub Desktop.
Save hannachen/e7931b0747e06f3f82517c022885be7c to your computer and use it in GitHub Desktop.
App Bridge Create Title Bar
import { TitleBar } from '@shopify/app-bridge/actions';
const titleBar = TitleBar.create(app, {
title: 'My page title',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment