--- title: Dropdown layout: documentation doc-tab: components doc-subtab: dropdown breadcrumb: - home - documentation - components - components-dropdown meta: colors: false sizes: false variables: true --- {% capture dropdown_example %} {% endcapture %} {% capture dropdown_content_example %} {% endcapture %} {% capture dropdown_click_example %} {% endcapture %} {% capture dropdown_info_example %} {% endcapture %} {% capture dropdown_left_example %} {% endcapture %} {% capture dropdown_right_example %} {% endcapture %} {% capture dropdown_up_example %} {% endcapture %}

The dropdown component is a container for a dropdown button and a dropdown menu.

{{dropdown_example}}
{% highlight html %}{{dropdown_example}}{% endhighlight %}
{% include elements/anchor.html name="Dropdown content" %}

While the dropdown-item can be used as an anchor link <a>, you can also use a <div> and insert almost any type of content.

{{dropdown_content_example}}
{% highlight html %}{{dropdown_content_example}}{% endhighlight %}
{% include elements/anchor.html name="Hoverable or Toggable" %}

The dropdown component has 2 additional modifiers

While the CSS :hover implementation works perfectly, the is-active class is available for users who want to control the display of the dropdown with JavaScript.

{{dropdown_click_example}}{{dropdown_info_example}}
{% highlight html %}{{dropdown_click_example}}{{dropdown_info_example}}{% endhighlight %}
{% include elements/anchor.html name="Right aligned" %}

You can add the is-right modifier to have a right-aligned dropdown.

{{dropdown_left_example}}
{{dropdown_right_example}}
{% highlight html %}{{dropdown_right_example}}{% endhighlight %}
{% include elements/anchor.html name="Dropup" %}

You can add the is-up modifier to have a dropdown menu that appears above the dropdown button.

{{ dropdown_up_example }}
{% highlight html %}{{dropdown_up_example}}{% endhighlight %}
{% include elements/variables.html type='component' %}