CommandGroup() — ui Function Reference
Architecture documentation for the CommandGroup() function in command.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 77f0427f_75ff_81bb_9685_432e6925b823["CommandGroup()"] 28611210_7d61_d0c9_2117_f6f1cdf206c1["command.tsx"] 77f0427f_75ff_81bb_9685_432e6925b823 -->|defined in| 28611210_7d61_d0c9_2117_f6f1cdf206c1 style 77f0427f_75ff_81bb_9685_432e6925b823 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/ui/command.tsx lines 128–139
function CommandGroup({
className,
...props
}: React.ComponentProps<typeof CommandPrimitive.Group>) {
return (
<CommandPrimitive.Group
data-slot="command-group"
className={cn("cn-command-group", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does CommandGroup() do?
CommandGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/command.tsx.
Where is CommandGroup() defined?
CommandGroup() is defined in apps/v4/registry/bases/base/ui/command.tsx at line 128.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free