Initial commit from Create Next App
This commit is contained in:
7
components/typography/inline-code.tsx
Normal file
7
components/typography/inline-code.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user