CommandSeparator() — ui Function Reference
Architecture documentation for the CommandSeparator() function in command.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b782cecd_95ef_7a5d_2b2a_cb2d2e3d2f6a["CommandSeparator()"] a88c7611_bf85_ef88_f0a5_89d7ec1501ca["command.tsx"] b782cecd_95ef_7a5d_2b2a_cb2d2e3d2f6a -->|defined in| a88c7611_bf85_ef88_f0a5_89d7ec1501ca style b782cecd_95ef_7a5d_2b2a_cb2d2e3d2f6a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui/command.tsx lines 132–143
function CommandSeparator({
className,
...props
}: React.ComponentProps<typeof CommandPrimitive.Separator>) {
return (
<CommandPrimitive.Separator
data-slot="command-separator"
className={cn("bg-border -mx-1 h-px", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does CommandSeparator() do?
CommandSeparator() is a function in the ui codebase, defined in apps/v4/examples/radix/ui/command.tsx.
Where is CommandSeparator() defined?
CommandSeparator() is defined in apps/v4/examples/radix/ui/command.tsx at line 132.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free