0.0.3 • Published 4 years ago

@test-remote/templates.ui.heading v0.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

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>