{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "note-example",
  "title": "Note",
  "description": "note-example",
  "registryDependencies": [
    "https://intentui.com/r/note"
  ],
  "files": [
    {
      "path": "src/components/examples/statuses/note/note-example.tsx",
      "content": "'use client'\n\nimport { Note } from '@/components/ui/note'\n\nexport default function NoteDemo() {\n  return <Note>We hook you up with top-tier migration services in our startup plan.</Note>\n}\n",
      "type": "registry:page",
      "target": "app/note-example/page.tsx"
    }
  ],
  "type": "registry:page"
}