TextDisplay text using well-defined typographic styles.Installation CLIManualnpmyarnpnpmbunnpx saaj add text Usage import { Text } from '@/components/ui/text'; export function TextDemo() { return ( <Text>Typography is a set of rules that determine the appearance of text.</Text> ); }PreviousSwitchNextText Area