Home / File/ textarea-disabled.json — ui Source File

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",
  "registryDependencies": [
    "textarea"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/textarea-disabled.tsx",
      "content": "import { Textarea } from \"@/registry/new-york-v4/ui/textarea\"\n\nexport default function TextareaDisabled() {\n  return <Textarea placeholder=\"Type your message here.\" disabled />\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

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/new-york-v4/textarea-disabled.json (directory: apps/v4/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free