Display text using well-defined typographic styles.
import { Text } from "@/components/ui/text-1"; export default function ResponsiveDemo() { return <Text size={{ sm: 24, md: 32, lg: 48 }}>The Evil Rabbit jumps.</Text>; }
Part of Geist — browse the full library on 21st.dev.