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

8 lines
188 B
TypeScript

export function TypographyH2() {
return (
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">
The People of the Kingdom
</h2>
)
}