{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-toggle-1",
  "description": "Basic toggle",
  "registryDependencies": [
    "@coss/toggle"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-toggle-1.tsx",
      "content": "import { Toggle } from \"@/registry/default/ui/toggle\";\n\nexport default function Particle() {\n  return <Toggle>Toggle</Toggle>;\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "toggle"
  ],
  "type": "registry:block"
}