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

Function SelectSeparator

components/ui/select.tsx:155–166  ·  view source on GitHub ↗
({
  className,
  ...props
}: SelectPrimitive.Separator.Props)

Source from the content-addressed store, hash-verified

153}
154
155function SelectSeparator({
156 className,
157 ...props
158}: SelectPrimitive.Separator.Props) {
159 return (
160 <SelectPrimitive.Separator
161 data-slot="select-separator"
162 className={cn("bg-border -mx-1 h-px pointer-events-none", className)}
163 {...props}
164 />
165 );
166}
167
168function SelectScrollUpButton({
169 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected