## Introduction An interactive dropdown menu for discoverable content. ## Structure The `shapla-dropdown` component is a container for a dropdown button and a dropdown menu. * `shapla-dropdown` the main container * `shapla-dropdown-trigger` the container for a button * `shapla-dropdown-menu` the toggable menu, hidden by default * `shapla-dropdown-menu__inner` the dropdown box, with a white background and a shadow * `shapla-dropdown__content` the container for menu items * `shapla-dropdown-item` each single item of the dropdown, which can either be a a or a div * `shapla-dropdown-divider` a horizontal line to separate dropdown items > The `shapla-dropdown` component has an additional modifier. `is-hoverable`: the dropdown will show up when hovering the `shapla-dropdown-trigger` ## Usages 1. Basic dropdown ```html