Files
shadcn-ui/apps/www/components/examples/typography/inline-code.tsx
2023-04-17 19:19:40 +04:00

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>
)
}