Files
shadcn-ui/apps/www/registry/default/example/typography-h2.tsx
2023-06-22 22:44:52 +04:00

8 lines
214 B
TypeScript

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