MCPcopy Create free account
hub / github.com/cosscom/coss / AutocompleteCollection

Function AutocompleteCollection

packages/ui/src/components/autocomplete.tsx:286–295  ·  view source on GitHub ↗
({
  ...props
}: AutocompletePrimitive.Collection.Props)

Source from the content-addressed store, hash-verified

284}
285
286export function AutocompleteCollection({
287 ...props
288}: AutocompletePrimitive.Collection.Props): React.ReactElement {
289 return (
290 <AutocompletePrimitive.Collection
291 data-slot="autocomplete-collection"
292 {...props}
293 />
294 );
295}
296
297export function AutocompleteTrigger({
298 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected