export default function TypographyInlineCode() {
return (
<code className="bg-muted relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold">
@radix-ui/react-alert-dialog
</code>
)
}
npx shadcn@latest add @taki/typography-inline-codeimport { TypographyInlineCode } from "@/components/typography-inline-code"<TypographyInlineCode />