Display text using well-defined typographic styles.
import { Text } from "@/components/ui/text-1"; export default function ColorDemo() { return ( <Text color="blue-900" size={16}> The Evil Rabbit jumps. </Text> ); }
Part of Geist — browse the full library on 21st.dev.