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

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>
)
}