Display text using well-defined typographic styles.
import { Text } from "@/components/ui/text-1"; export default function PolymorphicDemo() { return ( <Text size={32}> {`<p>`} semantically, {`<h2>`} visually. </Text> ); }
Part of Geist — browse the full library on 21st.dev.