---
layout: raw
title: Dropdowns - Ghost UI
---
Dropdowns
Basic usage notes
- The styles should be markup-independent, so you can use divs, lists, and so on.
- Add the class
.dropdown-with-icons
to .dropdown-menu
is you will be using icons in the dropdown items.
Dropdown with Icons
{% assign dropdown_classes = "dropdown-top|dropdown-top-left|dropdown-top-right|dropdown-bottom|dropdown-bottom-left|dropdown-bottom-right" | split: "|" %}
{% for item in dropdown_classes %}
Sample: {{item}}
{% endfor %}