--- 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 %} ### Small fab {% example html %}
{% endexample %} ### Default fab {% example html %}
{% endexample %} ### Default button {% example html %}
{% endexample %} ## Alignment ### Lower left side {% 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 %} {% endexample %} `btn-group` usage works fine in this alignment. {% example html %}
{% endexample %} ## Widths ### Minimum width {% example html %}
{% endexample %} ### Maximum width {% example html %}
{% endexample %}