--- title: "Heading" description: "Text component used for page titles and other headers" component: true --- ## Usage --- ```tsx import { Heading } from "@medusajs/ui" ``` ```tsx A Title ``` ## API Reference --- This component is based on the `heading` element and supports all props of this element.