MCPcopy Create free account
hub / github.com/Codehagen/Badget / SelectLabel

Function SelectLabel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected