# Dropdown menu

Universal dropdown menu component for Vue. Any element can be dropdown trigger and anything can be dropdown content.

Fully customizable - supports left/right opening, open on hover/click, interactive mode ...

## Installation

```shell
npm i @innologica/vue-dropdown-menu --save
```

or 

```shell
yarn add @innologica/vue-dropdown-menu
```

import to use:

```JS
import DropdownMenu from '@innologica/vue-dropdown-menu'
```

## Demo

Demo and documentation at https://innologica.github.io/vue-dropdown-menu/