{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "spinner-basic",
  "registryDependencies": [
    "https://taki-ui.com/r/spinner.json",
    "https://taki-ui.com/r/button.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/spinner-basic.tsx",
      "content": "import { Spinner } from \"@/registry/new-york/ui/spinner\"\n\nexport default function SpinnerBasic() {\n  return (\n    <div className=\"flex flex-col items-center justify-center gap-8\">\n      <Spinner />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}