typography-p-demo

PreviousNext
Docs
kanpekiexample

Preview

Loading preview…
registry/examples/typography/typography-p-demo.tsx
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>
  );
}

Installation

npx shadcn@latest add @kanpeki/typography-p-demo

Usage

import { TypographyPDemo } from "@/components/typography-p-demo"
<TypographyPDemo />