Text
Install
Section titled “Install”npx stylesheet-ui add textimport { Text } from "@/components/ui/text";
<Text size="xl" weight="bold">Heading</Text><Text intent="muted">Secondary copy</Text><Text intent="destructive">Error</Text>npx stylesheet-ui add textimport { Text } from "@/components/ui/text";
<Text size="xl" weight="bold">Heading</Text><Text intent="muted">Secondary copy</Text><Text intent="destructive">Error</Text>