mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
export function TypographyH3() {
|
|
return (
|
|
<h3 className="mt-8 scroll-m-20 text-2xl font-semibold tracking-tight">
|
|
The Joke Tax
|
|
</h3>
|
|
)
|
|
}
|