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

input-with-label.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "input-with-label",
  "type": "registry:example",
  "registryDependencies": [
    "input",
    "button",
    "label"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/input-with-label.tsx",
      "content": "import { Input } from \"@/registry/new-york-v4/ui/input\"\nimport { Label } from \"@/registry/new-york-v4/ui/label\"\n\nexport default function InputWithLabel() {\n  return (\n    <div className=\"grid w-full max-w-sm items-center gap-3\">\n      <Label htmlFor=\"email\">Email</Label>\n      <Input type=\"email\" id=\"email\" placeholder=\"Email\" />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}

Frequently Asked Questions

What does input-with-label.json do?
input-with-label.json is a source file in the ui codebase, written in json.
Where is input-with-label.json in the architecture?
input-with-label.json is located at deprecated/www/public/r/styles/new-york-v4/input-with-label.json (directory: deprecated/www/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