Components
A styled paragraph text element with balanced line height for readable body copy.
Loading preview...
import { TypographyP } from "@/components/ui/uiable-typography-p";
export default function Default() {
return (
<div className="mx-auto max-w-prose p-6">
<TypographyP />
</div>
);
}