Home / Function/ InputGroupCustom() — ui Function Reference

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
  2638e6eb_d8c6_559e_9ec4_325ee11bca86["InputGroupCustom()"]
  e0e17534_9ee2_6e5f_ad46_d1f08a4dc2f9["input-group-custom.tsx"]
  2638e6eb_d8c6_559e_9ec4_325ee11bca86 -->|defined in| e0e17534_9ee2_6e5f_ad46_d1f08a4dc2f9
  style 2638e6eb_d8c6_559e_9ec4_325ee11bca86 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/input-group-custom.tsx lines 10–27

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>
  )
}

Subdomains

Frequently Asked Questions

What does InputGroupCustom() do?
InputGroupCustom() is a function in the ui codebase, defined in apps/v4/examples/radix/input-group-custom.tsx.
Where is InputGroupCustom() defined?
InputGroupCustom() is defined in apps/v4/examples/radix/input-group-custom.tsx at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free