Surfaces
Text
The Text component wraps the native paragraph element to deliver consistent typography, responsive sizing, and muted colors for readable content across layouts.
Basic
The quick brown fox jumps over the lazy dog
Installation
Install the component via the CLI in one command.
npm
pnpm
yarn
bun
npx shadcn@latest add @intentui/text
Manual installation
Use this approach if you prefer to install and wire up the component yourself instead of using the CLI.
npm
pnpm
yarn
bun
npm install tailwind-merge
Anatomy
import { Text } from "@/components/ui/text"
<Text>The quick brown fox jumps over the lazy dog</Text>Text link
Loading...
Design Intent UI
Build modern web apps faster with 1000+ resources across components, blocks, patterns, templates, and starter kits.