mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
8 lines
267 B
TypeScript
8 lines
267 B
TypeScript
export function TypographyInlineCode() {
|
|
return (
|
|
<code className="relative rounded bg-slate-100 py-[0.2rem] px-[0.3rem] font-mono text-sm font-semibold text-slate-900 dark:bg-slate-800 dark:text-slate-400">
|
|
@radix-ui/react-alert-dialog
|
|
</code>
|
|
)
|
|
}
|