{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "heading", "dependencies": [], "registryDependencies": [], "files": [ { "path": "registry/new-york-v4/components/heading.tsx", "content": "export default function Heading({\n title,\n description,\n variant = \"default\",\n}: {\n title: string;\n description?: string;\n variant?: \"default\" | \"small\";\n}) {\n return (\n
\n \n {title}\n \n {description &&

{description}

}\n
\n );\n}\n", "type": "registry:component" } ], "type": "registry:component" }