MCPcopy Index your code
hub / github.com/BingyanStudio/github-analyzer / SelectScrollUpButton

Function SelectScrollUpButton

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

Source from the content-addressed store, hash-verified

134}
135
136function SelectScrollUpButton({
137 className,
138 ...props
139}: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>) {
140 return (
141 <SelectPrimitive.ScrollUpButton
142 data-slot="select-scroll-up-button"
143 className={cn(
144 "flex cursor-default items-center justify-center py-1",
145 className
146 )}
147 {...props}
148 >
149 <ChevronUpIcon className="size-4" />
150 </SelectPrimitive.ScrollUpButton>
151 )
152}
153
154function SelectScrollDownButton({
155 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected