MCPcopy Create free account
hub / github.com/bytebase/dbhub / SelectGroupLabel

Function SelectGroupLabel

frontend/src/components/ui/select.tsx:160–168  ·  view source on GitHub ↗
(props: SelectPrimitive.GroupLabel.Props)

Source from the content-addressed store, hash-verified

158}
159
160function SelectGroupLabel(props: SelectPrimitive.GroupLabel.Props) {
161 return (
162 <SelectPrimitive.GroupLabel
163 className="px-2 py-1.5 font-medium text-muted-foreground text-xs"
164 data-slot="select-group-label"
165 {...props}
166 />
167 );
168}
169
170export {
171 Select,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected