Heading

PreviousNext

heading-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/surfaces/heading/heading-demo.tsx
"use client"

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

export default function HeadingDemo() {
  return <Heading level={2}>The quick brown fox jumps over the lazy dog</Heading>
}

Installation

npx shadcn@latest add @intentui/heading-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.