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

8 lines
165 B
TypeScript

export function TypographyH4() {
return (
<h4 className="scroll-m-20 text-xl font-semibold tracking-tight">
People stopped telling jokes
</h4>
)
}