MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / CommandSeparator

Function CommandSeparator

src/components/ui/command.tsx:129–140  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof CommandPrimitive.Separator>)

Source from the content-addressed store, hash-verified

127}
128
129function CommandSeparator({
130 className,
131 ...props
132}: React.ComponentProps<typeof CommandPrimitive.Separator>) {
133 return (
134 <CommandPrimitive.Separator
135 data-slot="command-separator"
136 className={cn("bg-border -mx-1 h-px", className)}
137 {...props}
138 />
139 )
140}
141
142function CommandItem({
143 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected