mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-15 03:41:33 +00:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
export function TypographyInlineCode() {
|
|
return (
|
|
<code className="relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold">
|
|
@radix-ui/react-alert-dialog
|
|
</code>
|
|
)
|
|
}
|