preskok/ui

Semantic headings with size levels and consistent typography.

Installation

pnpm dlx @preskok-org/ui@latest add heading

Usage

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