{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "spacer",
  "title": "Spacer",
  "description": "Spacing helper primitive.",
  "files": [
    {
      "path": "registry/berlin/circle-ui/spacer.tsx",
      "content": "// Generated from packages/ui/src/components/spacer.tsx\nimport * as React from \"react\";\n\nexport interface SpacerProps {\n  h?: number;\n  w?: number | string;\n}\n\nexport function Spacer({ h, w }: SpacerProps) {\n  return <div style={{ height: `${h ?? 1}rem`, width: w ?? \"100%\" }} />;\n}\n",
      "type": "registry:ui",
      "target": "src/components/circle/ui/spacer.tsx"
    }
  ],
  "type": "registry:ui"
}