A dropdown component with multi value support
npm install @reciprocity/dropdown-multiselectA component that renders a dropdown for selecting multiple values.
```
npm install @reciprocity/dropdown-multiselect`
or`
yarn add @reciprocity/dropdown-multiselect
This component is meant to be used as an ES module, so you can import it using the ES6 import syntax.
After importing you can just register it with Vue. Eg:
app.vue
`vue