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
  cade99a6_825e_fa30_a301_babd5de34bb2["CommandSeparator()"]
  7a7173b4_d7f5_0575_733b_2098f08eb77d["command.tsx"]
  cade99a6_825e_fa30_a301_babd5de34bb2 -->|defined in| 7a7173b4_d7f5_0575_733b_2098f08eb77d
  style cade99a6_825e_fa30_a301_babd5de34bb2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/command.tsx lines 129–140

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}
    />
  )
}

Subdomains

Frequently Asked Questions

What does CommandSeparator() do?
CommandSeparator() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/command.tsx.
Where is CommandSeparator() defined?
CommandSeparator() is defined in apps/v4/registry/new-york-v4/ui/command.tsx at line 129.

Analyze Your Own Codebase

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

Try Supermodel Free