{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "typography-inline-code",
  "files": [
    {
      "path": "registry/new-york/examples/typography-inline-code.tsx",
      "content": "export default function TypographyInlineCode() {\n  return (\n    <code className=\"bg-muted relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold\">\n      @radix-ui/react-alert-dialog\n    </code>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}