mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
9 lines
238 B
TypeScript
9 lines
238 B
TypeScript
export function TypographyP() {
|
|
return (
|
|
<p className="leading-7 [&:not(:first-child)]:mt-6">
|
|
The king, seeing how much happier his subjects were, realized the error of
|
|
his ways and repealed the joke tax.
|
|
</p>
|
|
)
|
|
}
|