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

#1436: Add parameter to customize anchor of Menu component (closes #1436) #1438

Closed marcopiii closed 4 years ago

marcopiii commented 4 years ago

Closes #2520589

⚠️ The line above was added during the automatic migration of all github project issues to Kaiten. The old GH issue link is kept here for reference (it is now deprecated, continue follow the original issue on Kaiten).

Closes #1436

Test Plan

tests performed

The horizontal alignment of the Menu is customizable using the anchor prop.

Position is "bottom" and anchor is "end" by default, to avoid introduce breaking changes. This also fixes an error in the examples.

anchor="start" anchor="end" or not defined
Schermata 2020-04-10 alle 16 59 52 Schermata 2020-04-10 alle 16 59 30
kanbanbot commented 4 years ago