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