MCPcopy Create free account
hub / github.com/Open-Dev-Society/OpenStock / Select

Function Select

components/ui/select.tsx:9–13  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Root>)

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils"
8
9function Select({
10 ...props
11}: React.ComponentProps<typeof SelectPrimitive.Root>) {
12 return <SelectPrimitive.Root data-slot="select" {...props} />
13}
14
15function SelectGroup({
16 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected