vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 application.
npm install vue-instant

vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.

Project page
https://santiblanko.github.io/vue-instant
Fiddle with all attributes and events
https://jsfiddle.net/santiblanko/dqo6vr57
If you need a example using webpack see the example folder.
```
npm install --save vue-instant
Install all the components:
`javascript`
import Vue from 'vue'
import 'vue-instant/dist/vue-instant.css'
import VueInstant from 'vue-instant'
Vue.use(VueInstant).vue
⚠️ You need to configure your bundler to compile files. More info in the official documentation.
`html
``
MIT © Santiago Blanco