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

Function SelectSeparator

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

Source from the content-addressed store, hash-verified

123}
124
125function SelectSeparator({
126 className,
127 ...props
128}: React.ComponentProps<typeof SelectPrimitive.Separator>) {
129 return (
130 <SelectPrimitive.Separator
131 data-slot="select-separator"
132 className={cn("bg-border pointer-events-none -mx-1 my-1 h-px", className)}
133 {...props}
134 />
135 )
136}
137
138function SelectScrollUpButton({
139 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected