{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "heading-level-example",
  "title": "Heading Level",
  "description": "heading-level-example",
  "registryDependencies": [
    "https://intentui.com/r/heading"
  ],
  "files": [
    {
      "path": "src/components/examples/surfaces/heading/heading-level-example.tsx",
      "content": "'use client'\n\nimport { Heading } from '@/components/ui/heading'\n\nexport default function HeadingLevelDemo() {\n  return (\n    <div className=\"space-y-6\">\n      <Heading>The quick brown fox jumps over the lazy dog</Heading>\n      <Heading level={2}>The quick brown fox jumps over the lazy dog</Heading>\n      <Heading level={3}>The quick brown fox jumps over the lazy dog</Heading>\n      <Heading level={4}>The quick brown fox jumps over the lazy dog</Heading>\n    </div>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/heading-level-example/page.tsx"
    }
  ],
  "type": "registry:page"
}