MCPcopy Create free account
hub / github.com/idosal/git-mcp / SelectLabel

Function SelectLabel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected