v0.2.0
github-actions
released this
20 Mar 13:26
·
123 commits
to refs/heads/main
since this release
Changes within @hivemq/ui-theme π¨
π Features
Add default header sizes handling @h2xd (#6)
It is no longer required to define the variant
for a header. It will be reflected based on the as
property.
// Before
<Header as="h1" variant="h1">...</Header>
// After - will have the same style
<Header as="h1">...</Header>
// You can still overwrite and keep the size
<Header as="h1" variant="h3">...</Header>
Contributors
Thanks to @h2xd for your contributions to this release!