Styled text primitive aligned with your theme tokens.
Ghost UI
Supporting copy for mobile.
Caption text
npx ghost-ui-native add text
import { Text } from '@/components/ui/text';
<Text className="text-lg font-semibold">Ghost UI</Text> <Text className="text-muted-foreground">Supporting copy</Text>