Files
shadcn-ui/apps/www/public/r/styles/default/typography-inline-code.json
2024-10-16 23:58:44 +04:00

12 lines
488 B
JSON

{
"name": "typography-inline-code",
"type": "registry:example",
"files": [
{
"path": "example/typography-inline-code.tsx",
"content": "export default function TypographyInlineCode() {\n return (\n <code className=\"relative rounded bg-muted 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",
"target": "components/typography-inline-code.tsx"
}
]
}