Home / Function/ CommandMenuDemo() — supabase Function Reference

CommandMenuDemo() — supabase Function Reference

Architecture documentation for the CommandMenuDemo() function in commandmenu-conditional.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/commandmenu-conditional.tsx lines 58–70

export default function CommandMenuDemo() {
  return (
    <CommandProvider openKey="">
      <div className="flex flex-col gap-2">
        <CommandMenu trigger={<CommandMenuTrigger />}>
          <CommandInput />
          <CommandList />
        </CommandMenu>
        <Commands />
      </div>
    </CommandProvider>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free