Display text using well-defined typographic styles.
import { Text } from "@/components/ui/text-1"; export default function ModifiersDemo() { return ( <Text size={16}> The <strong>Evil Rabbit</strong> <em>jumps</em> over the <s>quick brown fox</s> <u>Lawful Meerkat</u>. </Text> ); }
Part of Geist — browse the full library on 21st.dev.