CommandMenuTrigger() — supabase Function Reference
Architecture documentation for the CommandMenuTrigger() function in commandmenu-badge.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/commandmenu-badge.tsx lines 25–29
function CommandMenuTrigger() {
const setOpen = useSetCommandMenuOpen()
return <Button onClick={() => setOpen(true)}>Open command menu</Button>
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free