Text

Styled text primitive aligned with your theme tokens.

Ghost UI

Supporting copy for mobile.

Caption text

Installation

npx ghost-ui-native add text

Usage

import { Text } from '@/components/ui/text';
<Text className="text-lg font-semibold">Ghost UI</Text>
<Text className="text-muted-foreground">Supporting copy</Text>