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

textarea-with-text.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-with-text",
  "registryDependencies": [
    "textarea",
    "label"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/textarea-with-text.tsx",
      "content": "import { Label } from \"@/registry/new-york-v4/ui/label\"\nimport { Textarea } from \"@/registry/new-york-v4/ui/textarea\"\n\nexport default function TextareaWithText() {\n  return (\n    <div className=\"grid w-full gap-3\">\n      <Label htmlFor=\"message-2\">Your Message</Label>\n      <Textarea placeholder=\"Type your message here.\" id=\"message-2\" />\n      <p className=\"text-muted-foreground text-sm\">\n        Your message will be copied to the support team.\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

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