Home / Function/ SelectItemAligned() — ui Function Reference

SelectItemAligned() — ui Function Reference

Architecture documentation for the SelectItemAligned() function in select-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  a5f86cf5_a361_9d8d_2308_a1a8cd307d20["SelectItemAligned()"]
  45dbd80e_4241_7e94_2ac4_8c9f125488aa["select-example.tsx"]
  a5f86cf5_a361_9d8d_2308_a1a8cd307d20 -->|defined in| 45dbd80e_4241_7e94_2ac4_8c9f125488aa
  style a5f86cf5_a361_9d8d_2308_a1a8cd307d20 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/select-example.tsx lines 325–346

function SelectItemAligned() {
  return (
    <Example title="Popper">
      <Select>
        <SelectTrigger>
          <SelectValue placeholder="Select a fruit" />
        </SelectTrigger>
        <SelectContent position="popper">
          <SelectGroup>
            <SelectItem value="apple">Apple</SelectItem>
            <SelectItem value="banana">Banana</SelectItem>
            <SelectItem value="blueberry">Blueberry</SelectItem>
            <SelectItem value="grapes" disabled>
              Grapes
            </SelectItem>
            <SelectItem value="pineapple">Pineapple</SelectItem>
          </SelectGroup>
        </SelectContent>
      </Select>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does SelectItemAligned() do?
SelectItemAligned() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/select-example.tsx.
Where is SelectItemAligned() defined?
SelectItemAligned() is defined in apps/v4/registry/bases/radix/examples/select-example.tsx at line 325.

Analyze Your Own Codebase

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

Try Supermodel Free