Component
Typography
A component component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/typographyUsage
tsx
import { Typography } from "@/components/ui/typography.tsx";
export default function Example() {
return <Typography />;
}