Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DropdownMenuProps

Props to the DropdownMenu component. The menu will render to a corner of the provided rectangle. If you want it to render to the sides or above/below, invert the box along either axis.

Hierarchy

  • DropdownMenuProps

Index

Properties

Properties

Optional bottom

bottom: number

The menu will try to align its top with this line

left

left: number

The menu will try to align its right side with this line

options

Optional right

right: number

The menu will try to align its left side with this line

top

top: number

The menu will try to align its bottom with this line

Generated using TypeDoc