MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / Select

Function Select

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected