--- title: Menu description: Our flexible menu component makes it easy to build many common navigation patterns, all with the same markup. video: 'CmMGPCd-fYc' sass: scss/components/_menu.scss tags: - navigation - side nav - sub nav - icon bar - top bar flex: true --- The menu is a flexible, all-purpose component for navigation. It replaces Foundation 5's inline list, side nav, sub nav, and icon bar, unifying them into one component. --- ## Basic Menu All versions of the menu are a `
In a right-to-left environment, items align to the right by default, and the class .align-left
can be used to reverse direction.
The above vertically left & right aligned menu are supported in all types of menu's.
But `align-center` for vertical menu’s is only available for basic menu and is not available for dropdown, accordion or a drilldown menu.