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

Function ComboboxGroup

components/ui/combobox.tsx:180–188  ·  view source on GitHub ↗
({ className, ...props }: ComboboxPrimitive.Group.Props)

Source from the content-addressed store, hash-verified

178}
179
180function ComboboxGroup({ className, ...props }: ComboboxPrimitive.Group.Props) {
181 return (
182 <ComboboxPrimitive.Group
183 data-slot="combobox-group"
184 className={cn(className)}
185 {...props}
186 />
187 );
188}
189
190function ComboboxLabel({
191 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected