Files
shadcn-ui/apps/v4/examples/radix/typography-h3.tsx
shadcn 62aef1117f fix
2026-01-08 21:27:27 +04:00

8 lines
150 B
TypeScript

export function TypographyH3() {
return (
<h3 className="scroll-m-20 text-2xl font-semibold tracking-tight">
The Joke Tax
</h3>
)
}