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

9 lines
246 B
TypeScript

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