Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Innologica/vue-dropdown-menu

Dropdown menu component for Vue
https://github.com/Innologica/vue-dropdown-menu

dropdown menu vue

Last synced: about 1 month ago
JSON representation

Dropdown menu component for Vue

Lists

README

        

# 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/