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

Function DropdownMenuSeparator

components/ui/dropdown-menu.tsx:224–235  ·  view source on GitHub ↗
({
  className,
  ...props
}: MenuPrimitive.Separator.Props)

Source from the content-addressed store, hash-verified

222}
223
224function DropdownMenuSeparator({
225 className,
226 ...props
227}: MenuPrimitive.Separator.Props) {
228 return (
229 <MenuPrimitive.Separator
230 data-slot="dropdown-menu-separator"
231 className={cn("bg-border -mx-1 h-px", className)}
232 {...props}
233 />
234 );
235}
236
237function DropdownMenuShortcut({
238 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected