MCPcopy Index your code
hub / github.com/BingyanStudio/github-analyzer / SelectLabel

Function SelectLabel

web/src/components/ui/select.tsx:86–97  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Label>)

Source from the content-addressed store, hash-verified

84}
85
86function SelectLabel({
87 className,
88 ...props
89}: React.ComponentProps<typeof SelectPrimitive.Label>) {
90 return (
91 <SelectPrimitive.Label
92 data-slot="select-label"
93 className={cn("text-muted-foreground px-2 py-1.5 text-xs", className)}
94 {...props}
95 />
96 )
97}
98
99function SelectItem({
100 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected