buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

One `Menu` to rule them all #1239

Closed FrancescoCioria closed 6 years ago

FrancescoCioria commented 6 years ago

Project card

requirements

First of all, the name DropdownMenu is weird as it makes you think of Dropdown which is a completely different component.

Second, we should add the possibility to render the menu with the actions above instead of below

specs

rename in Menu add prop position?: 'top' | 'bottom' defaulted to 'bottom'