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

Function SelectLabel

components/ui/select.tsx:110–121  ·  view source on GitHub ↗
({
  className,
  ...props
}: SelectPrimitive.GroupLabel.Props)

Source from the content-addressed store, hash-verified

108}
109
110function SelectLabel({
111 className,
112 ...props
113}: SelectPrimitive.GroupLabel.Props) {
114 return (
115 <SelectPrimitive.GroupLabel
116 data-slot="select-label"
117 className={cn("text-muted-foreground px-2 py-2 text-xs", className)}
118 {...props}
119 />
120 );
121}
122
123function SelectItem({
124 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected