Text Basic

PreviousNext

text-basic-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/surfaces/text/text-basic-demo.tsx
import { Text } from "@/components/ui/text"

export default function TextBasicDemo() {
  return <Text>The quick brown fox jumps over the lazy dog</Text>
}

Installation

npx shadcn@latest add @intentui/text-basic-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.