Search code examples
reactjsblueprintjs

"Classic" menus in blueprintjs


I'm evaluating using bluprintjs with react. Is it possible to create "classic" dropdown menus which don't use the popover component?

The popover adds an arrow to the top and expands in an odd way for drop down menus:

enter image description here

A more classic menu I would expect to slide open from the top and look more like:

enter image description here


Solution

  • I'm not aware of an alternate method of constructing dropdown menus aside from using Popover.

    However, you can create a minimal popover which should eliminate the arrow and behave more like a classic menu.