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

Function SelectGroup

components/ui/select.tsx:17–25  ·  view source on GitHub ↗
({ className, ...props }: SelectPrimitive.Group.Props)

Source from the content-addressed store, hash-verified

15const Select = SelectPrimitive.Root;
16
17function SelectGroup({ className, ...props }: SelectPrimitive.Group.Props) {
18 return (
19 <SelectPrimitive.Group
20 data-slot="select-group"
21 className={cn("scroll-my-1", className)}
22 {...props}
23 />
24 );
25}
26
27function SelectValue({ className, ...props }: SelectPrimitive.Value.Props) {
28 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected