MCPcopy Create free account
hub / github.com/bytebase/dbhub / AutocompleteGroupLabel

Function AutocompleteGroupLabel

frontend/src/components/ui/autocomplete.tsx:155–169  ·  view source on GitHub ↗
({
  className,
  ...props
}: AutocompletePrimitive.GroupLabel.Props)

Source from the content-addressed store, hash-verified

153}
154
155function AutocompleteGroupLabel({
156 className,
157 ...props
158}: AutocompletePrimitive.GroupLabel.Props) {
159 return (
160 <AutocompletePrimitive.GroupLabel
161 className={cn(
162 "px-2 py-1.5 font-medium text-muted-foreground text-xs",
163 className,
164 )}
165 data-slot="autocomplete-group-label"
166 {...props}
167 />
168 );
169}
170
171function AutocompleteEmpty({
172 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected