@test-remote/templates.ui.heading
v0.0.3
Published
A heading component that renders a different heading element depending on what you pass into it. It also renders a text for the Heading.
Downloads
6
Readme
Heading
A heading component that renders a different heading element depending on what you pass into it. It also renders a text for the Heading.
Component usage
<Heading element="h2">heading</Heading>
Using props to customize the heading
Modify the text to see it change live:
<Heading element="h2">
heading<div>more heading</div>
</Heading>