MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / SelectLabel

Function SelectLabel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected