export function TypographyP() {
return (
<p className="p">
The king, seeing how much happier his subjects were, realized the error of
his ways and repealed the joke tax.
</p>
);
}
npx shadcn@latest add @kanpeki/typography-p-demoimport { TypographyPDemo } from "@/components/typography-p-demo"<TypographyPDemo />