Ecosyste.ms: Awesome

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

https://github.com/borisbutenko/bp-vuejs-dropdown

Dropdown component for Vuejs
https://github.com/borisbutenko/bp-vuejs-dropdown

Last synced: about 1 month ago
JSON representation

Dropdown component for Vuejs

Lists

README

        

# bp-vuejs-dropdown

[Documentation and demo](https://brandquad.github.io/bp-vuejs-demo/#/dropdown)

Install:
```bash
npm i -D bp-vuejs-dropdown
```

```bash
import Vue from 'vue';
import Dropdown from 'bp-vuejs-dropdown';
```

```bash
// global
Vue.use(Dropdown)
```

```bash
// local
components: { Dropdown }
```

Use:
```vue

Custom btn
Custom icon
Custom body

```