---
layout: docs
title: Menus
group: material-design
---
Bootstrap users know these as [dropdowns]({{ site.baseurl }}/components/dropdowns/), but these are also known as menus in the [Material Design specification](https://www.google.com/design/spec/components/menus.html#menus-specs).
## Contents
* Will be replaced with the ToC, excluding the "Contents" header
{:toc}
## Styles
### Icon with buttons
{% example html %}
{% endexample %}
### Icon with links
{% example html %}
{% endexample %}
### Lower right side
`dropdown` usage misaligned - see [upstream Bootstrap issue #18552](https://github.com/twbs/bootstrap/issues/18852#issuecomment-202524375). Use `btn-group` instead until issue is resolved (next example).
{% example html %}