Skip to content

Text

Terminal window
npx stylesheet-ui add text
import { Text } from "@/components/ui/text";
<Text size="xl" weight="bold">Heading</Text>
<Text intent="muted">Secondary copy</Text>
<Text intent="destructive">Error</Text>