"use client"
import { Label } from "@/components/ui/field"
import { TextField } from "@/components/ui/text-field"
import { Textarea } from "@/components/ui/textarea"
export default function TextareaReadonlyDemo() {
return (
<TextField isReadOnly>
<Label>Address</Label>
<Textarea />
</TextField>
)
}
npx shadcn@latest add @intentui/textarea-readonly-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.