MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / ComboboxSeparator

Function ComboboxSeparator

components/ui/combobox.tsx:222–233  ·  view source on GitHub ↗
({
  className,
  ...props
}: ComboboxPrimitive.Separator.Props)

Source from the content-addressed store, hash-verified

220}
221
222function ComboboxSeparator({
223 className,
224 ...props
225}: ComboboxPrimitive.Separator.Props) {
226 return (
227 <ComboboxPrimitive.Separator
228 data-slot="combobox-separator"
229 className={cn("bg-border -mx-1 h-px", className)}
230 {...props}
231 />
232 );
233}
234
235function ComboboxChips({
236 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected