Home / File/ textarea-with-label.json — ui Source File

textarea-with-label.json — ui Source File

Architecture documentation for textarea-with-label.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-with-label",
  "type": "registry:example",
  "author": "shadcn (https://ui.shadcn.com)",
  "registryDependencies": [
    "textarea",
    "label"
  ],
  "files": [
    {
      "path": "examples/textarea-with-label.tsx",
      "content": "import { Label } from \"@/registry/default/ui/label\"\nimport { Textarea } from \"@/registry/default/ui/textarea\"\n\nexport default function TextareaWithLabel() {\n  return (\n    <div className=\"grid w-full gap-1.5\">\n      <Label htmlFor=\"message\">Your message</Label>\n      <Textarea placeholder=\"Type your message here.\" id=\"message\" />\n    </div>\n  )\n}\n",
      "type": "registry:example",
      "target": ""
    }
  ]
}

Frequently Asked Questions

What does textarea-with-label.json do?
textarea-with-label.json is a source file in the ui codebase, written in json.
Where is textarea-with-label.json in the architecture?
textarea-with-label.json is located at apps/v4/public/r/styles/default/textarea-with-label.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