Home / Function/ SelectPlanItem() — ui Function Reference

SelectPlanItem() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/select-example.tsx lines 509–520

function SelectPlanItem({ plan }: { plan: (typeof plans)[number] }) {
  return (
    <Item size="xs" className="w-full p-0">
      <ItemContent className="gap-0">
        <ItemTitle>{plan.name}</ItemTitle>
        <ItemDescription className="text-xs">
          {plan.description}
        </ItemDescription>
      </ItemContent>
    </Item>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free