Home / Function/ CommandSeparator() — ui Function Reference

CommandSeparator() — ui Function Reference

Architecture documentation for the CommandSeparator() function in command.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  192c14b8_f60e_8d00_1511_45240c99a8b0["CommandSeparator()"]
  22fc48d0_3cb2_ec62_5e39_bb16c64c048e["command.tsx"]
  192c14b8_f60e_8d00_1511_45240c99a8b0 -->|defined in| 22fc48d0_3cb2_ec62_5e39_bb16c64c048e
  style 192c14b8_f60e_8d00_1511_45240c99a8b0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/command.tsx lines 140–151

function CommandSeparator({
  className,
  ...props
}: React.ComponentProps<typeof CommandPrimitive.Separator>) {
  return (
    <CommandPrimitive.Separator
      data-slot="command-separator"
      className={cn("cn-command-separator", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does CommandSeparator() do?
CommandSeparator() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/command.tsx.
Where is CommandSeparator() defined?
CommandSeparator() is defined in apps/v4/registry/bases/radix/ui/command.tsx at line 140.

Analyze Your Own Codebase

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

Try Supermodel Free