Home / Function/ DropdownMenuExample() — ui Function Reference

DropdownMenuExample() — ui Function Reference

Architecture documentation for the DropdownMenuExample() function in dropdown-menu-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  f44b4e6f_1dfe_35d9_dfba_f23161e3bc3f["DropdownMenuExample()"]
  27bfb7fb_c5ea_fc51_35b4_305b0a010c9a["dropdown-menu-example.tsx"]
  f44b4e6f_1dfe_35d9_dfba_f23161e3bc3f -->|defined in| 27bfb7fb_c5ea_fc51_35b4_305b0a010c9a
  style f44b4e6f_1dfe_35d9_dfba_f23161e3bc3f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/dropdown-menu-example.tsx lines 42–60

export default function DropdownMenuExample() {
  return (
    <ExampleWrapper>
      <DropdownMenuBasic />
      <DropdownMenuComplex />
      <DropdownMenuWithIcons />
      <DropdownMenuWithShortcuts />
      <DropdownMenuWithSubmenu />
      <DropdownMenuWithCheckboxes />
      <DropdownMenuWithCheckboxesIcons />
      <DropdownMenuWithRadio />
      <DropdownMenuWithRadioIcons />
      <DropdownMenuWithDestructive />
      <DropdownMenuWithAvatar />
      <DropdownMenuInDialog />
      <DropdownMenuWithInset />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free