preskok/ui

Semantic headings with size levels and consistent typography.

Installation

pnpm dlx preskok-ui@latest add heading

Usage

import { Heading } from "@/components/ui/preskok-ui/heading"
 
export function Example() {
  return <Heading level={2}>Title</Heading>
}