MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / SelectSeparator

Function SelectSeparator

components/ui/select.tsx:148–159  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Separator>)

Source from the content-addressed store, hash-verified

146}
147
148function SelectSeparator({
149 className,
150 ...props
151}: React.ComponentProps<typeof SelectPrimitive.Separator>) {
152 return (
153 <SelectPrimitive.Separator
154 data-slot="select-separator"
155 className={cn("-mx-1 my-1 h-px bg-[var(--color-border)]", className)}
156 {...props}
157 />
158 )
159}
160
161function SelectScrollUpButton({
162 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected