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

Function ComboboxEmpty

components/ui/combobox.tsx:209–220  ·  view source on GitHub ↗
({ className, ...props }: ComboboxPrimitive.Empty.Props)

Source from the content-addressed store, hash-verified

207}
208
209function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props) {
210 return (
211 <ComboboxPrimitive.Empty
212 data-slot="combobox-empty"
213 className={cn(
214 "text-muted-foreground hidden w-full justify-center py-2 text-center text-xs group-data-empty/combobox-content:flex",
215 className
216 )}
217 {...props}
218 />
219 );
220}
221
222function ComboboxSeparator({
223 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected