--- title: Dropdown description: Dropdowns displays a list of options that appears upon user interaction. --- ## Default Dropdown Attribute `data-dropdown` is required on the button. Dropdown menu must use class `env-dropdown__menu` and should be located inside the same parent element as the button. ```html
``` ### Dropdown menu divider Add an empty list item to menu with the class `env-dropdown--divider` and `role="separator"`. ```html
``` ### Split button dropdown Use `env-button-group` to split buttons. ```html
``` ### Optional placement Use `data-container="body"` on ` ``` Default placement is aligned to start of button. Use `data-placement="end"` on `
```