{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "text-basic-example",
  "title": "Text Basic",
  "description": "text-basic-example",
  "registryDependencies": [
    "https://intentui.com/r/text"
  ],
  "files": [
    {
      "path": "src/components/examples/surfaces/text/text-basic-example.tsx",
      "content": "import { Text } from '@/components/ui/text'\n\nexport default function TextBasicDemo() {\n  return <Text>The quick brown fox jumps over the lazy dog</Text>\n}\n",
      "type": "registry:page",
      "target": "app/text-basic-example/page.tsx"
    }
  ],
  "type": "registry:page"
}