# vue-dropdowns
A better way to handle `v-for` on objects.
No special dependencies, no jquery, no bootstrap, just VueJS and CSS goodness.
# Demo
 - [Demo - https://mikerodham.github.io/vue-dropdowns/](https://mikerodham.github.io/vue-dropdowns/)
# Requirements
- [Vue.js](https://github.com/vuejs/vue) `^2.0.0`
# Installation
```shell
$ npm install vue-dropdowns
// OR
$ yarn add vue-dropdowns
```
# Usage
```html
```
# Default values of props
| Property             | Type          | Default value   |
| -------------------- |:-------------:| ---------------:|
| closeOnOutsideClick  | boolean       | true            |
| placeholder          | string        | 'Select an Item' |
# License
[The MIT License](http://opensource.org/licenses/MIT)