MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / SelectValue

Function SelectValue

components/ui/select.tsx:27–35  ·  view source on GitHub ↗
({ className, ...props }: SelectPrimitive.Value.Props)

Source from the content-addressed store, hash-verified

25}
26
27function SelectValue({ className, ...props }: SelectPrimitive.Value.Props) {
28 return (
29 <SelectPrimitive.Value
30 data-slot="select-value"
31 className={cn("flex flex-1 text-left", className)}
32 {...props}
33 />
34 );
35}
36
37function SelectTrigger({
38 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected