import { Text } from "@/components/ui/text"
export default function TextBasicDemo() {
return <Text>The quick brown fox jumps over the lazy dog</Text>
}
npx shadcn@latest add @intentui/text-basic-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.