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

textarea-with-button.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "textarea-with-button",
  "registryDependencies": [
    "textarea",
    "button"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/textarea-with-button.tsx",
      "content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { Textarea } from \"@/registry/new-york-v4/ui/textarea\"\n\nexport default function TextareaWithButton() {\n  return (\n    <div className=\"grid w-full gap-2\">\n      <Textarea placeholder=\"Type your message here.\" />\n      <Button>Send message</Button>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

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