Skip to main content

Heading

Use this to display a title. It's similar to the h1-h6 tags in HTML

string

A unique identifier for the field.

The visual level of the heading.

Was this section helpful?

Simple Heading example

import {render, Heading} from '@shopify/ui-extensions-react/admin';

render('Playground', () => <App />);

function App() {
return <Heading>Store name</Heading>;
}

Preview