{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "text-headings", "type": "registry:block", "title": "text-headings", "registryDependencies": [ "https://retroui.dev/r/text.json" ], "files": [ { "path": "preview/components/text-headings.tsx", "content": "import { Text } from \"@/components/retroui/Text\";\n\nexport default function TextHeadings() {\n return (\n
\n This is H1\n This is H2\n This is H3\n This is H4\n This is H5\n This is H6\n
\n );\n}\n", "type": "registry:block", "target": "components/retroui/preview/text-headings.tsx" } ] }