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

Function ComboboxCollection

components/ui/combobox.tsx:203–207  ·  view source on GitHub ↗
({ ...props }: ComboboxPrimitive.Collection.Props)

Source from the content-addressed store, hash-verified

201}
202
203function ComboboxCollection({ ...props }: ComboboxPrimitive.Collection.Props) {
204 return (
205 <ComboboxPrimitive.Collection data-slot="combobox-collection" {...props} />
206 );
207}
208
209function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props) {
210 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected