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",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"textarea",
"button"
],
"files": [
{
"path": "examples/textarea-with-button.tsx",
"content": "import { Button } from \"@/registry/new-york/ui/button\"\nimport { Textarea } from \"@/registry/new-york/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",
"target": ""
}
]
}
Source
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/textarea-with-button.json (directory: apps/v4/public/r/styles/new-york).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free