InputGroupCustom() — ui Function Reference
Architecture documentation for the InputGroupCustom() function in input-group-custom.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 22068a62_d4d9_9b91_2deb_8a4864808384["InputGroupCustom()"] da2b9551_a0a5_d4a4_efe9_c9c3cfcd856f["input-group-custom.tsx"] 22068a62_d4d9_9b91_2deb_8a4864808384 -->|defined in| da2b9551_a0a5_d4a4_efe9_c9c3cfcd856f style 22068a62_d4d9_9b91_2deb_8a4864808384 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/input-group-custom.tsx lines 11–28
export default function InputGroupCustom() {
return (
<div className="grid w-full max-w-sm gap-6">
<InputGroup>
<TextareaAutosize
data-slot="input-group-control"
className="flex field-sizing-content min-h-16 w-full resize-none rounded-md bg-transparent px-3 py-2.5 text-base transition-[color,box-shadow] outline-none md:text-sm"
placeholder="Autoresize textarea..."
/>
<InputGroupAddon align="block-end">
<InputGroupButton className="ml-auto" size="sm" variant="default">
Submit
</InputGroupButton>
</InputGroupAddon>
</InputGroup>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does InputGroupCustom() do?
InputGroupCustom() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/input-group-custom.tsx.
Where is InputGroupCustom() defined?
InputGroupCustom() is defined in apps/v4/registry/new-york-v4/examples/input-group-custom.tsx at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free