{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "show-more-orientation-example",
  "title": "Show More Orientation",
  "description": "show-more-orientation-example",
  "registryDependencies": [
    "https://intentui.com/r/show-more"
  ],
  "files": [
    {
      "path": "src/components/examples/surfaces/show-more/show-more-orientation-example.tsx",
      "content": "'use client'\n\nimport { ShowMore } from '@/components/ui/show-more'\n\nexport default function ShowMoreOrientationDemo() {\n  return <ShowMore orientation=\"vertical\" as=\"text\" text=\"Or\" className=\"h-56\" />\n}\n",
      "type": "registry:page",
      "target": "app/show-more-orientation-example/page.tsx"
    }
  ],
  "type": "registry:page"
}