mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
export function TypographyH2() {
|
|
return (
|
|
<h2 className="mt-10 scroll-m-20 border-b border-b-slate-200 pb-2 text-3xl font-semibold tracking-tight transition-colors first:mt-0 dark:border-b-slate-700">
|
|
The People of the Kingdom
|
|
</h2>
|
|
)
|
|
}
|