mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
12 lines
488 B
JSON
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"
|
|
}
|
|
]
|
|
} |