textarea-disabled.json — ui Source File
Architecture documentation for textarea-disabled.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "textarea-disabled",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"textarea"
],
"files": [
{
"path": "examples/textarea-disabled.tsx",
"content": "import { Textarea } from \"@/registry/default/ui/textarea\"\n\nexport default function TextareaDisabled() {\n return <Textarea placeholder=\"Type your message here.\" disabled />\n}\n",
"type": "registry:example",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does textarea-disabled.json do?
textarea-disabled.json is a source file in the ui codebase, written in json.
Where is textarea-disabled.json in the architecture?
textarea-disabled.json is located at apps/v4/public/r/styles/default/textarea-disabled.json (directory: apps/v4/public/r/styles/default).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free