Heading
By default, <Heading>
renders a <h1>
with reset styles.
Behavior
Loading...
Import
import { Heading } from '@vtex/admin-ui'
Variation
Headers
Loading...
Props
Besides the props listed bellow, you can use all the props accepted by the h
JSX element.
Name | Type | Description | Required | Default |
---|---|---|---|---|
as | React.ComponentType | Element to render | 🚫 | 'h1' |