Heading
A component used for page titles and other headers.
In this guide, you'll learn how to use the Heading component.
This is an H1 heading
This is an H2 heading
This is an H3 heading
Was this example helpful?
Usage#
API Reference#
This component is based on the heading element (h1, h2, etc...) depeneding on the specified level
and supports all of its props
| Prop | Type | Default |
|---|---|---|
level | "h1"| "h2"| "h3" | "h1" |
Was this guide helpful?