Hygge-UI

Heading

Used to render semantic HTML heading elements.

Source

The quick brown fox jumps over the lazy dog

import { Heading } from "@/components/heading";

function Example() {
  return (
    <Heading>The quick brown fox jumps over the lazy dog</Heading>
  );
}