Heading
Text component used for page titles and other headers
This is an H1 heading
This is an H2 heading
This is an H3 heading
Was this example helpful?
Usage
import { Heading } from "@medusajs/ui"
<Heading>A Title</Heading>
API Reference
This component is based on the heading
element and supports all props of this element.
Prop | Type | Default |
---|---|---|
level | enum | "h1" |
Was this section helpful?