Skip to content

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

License

Notifications You must be signed in to change notification settings

chridahl/vue-instant

This branch is 8 commits behind santiblanko/vue-instant:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Christoffer KingsrudChristoffer Kingsrud
Christoffer Kingsrud
and
Christoffer Kingsrud
Oct 10, 2017
da505e6 · Oct 10, 2017
Jul 2, 2017
Sep 8, 2017
Jan 9, 2017
Jul 28, 2017
Oct 10, 2017
Jan 7, 2017
Jan 7, 2017
Jan 7, 2017
Jan 7, 2017
Sep 8, 2017
Sep 8, 2017
Sep 8, 2017
Jul 2, 2017
Jan 7, 2017
Sep 8, 2017
Sep 8, 2017

Repository files navigation

Vue Instant!

npm npm vue2

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

header

Table of contents

Examples

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.

Installation

npm install --save vue-instant

Default import

If you need more details see the examples folder.

Install all the components:

import Vue from 'vue'
import 'vue-instant/dist/vue-instant.css'
import VueInstant from 'vue-instant'
Vue.use(VueInstant)

⚠️ You need to configure your bundler to compile .vue files. More info in the official documentation.

Browser

If you need more details see the examples folder.

<link rel="stylesheet" href="vue-instant/dist/vue-instant.css"/>

<script src="vue.js"></script>
<script src="vue-clickaway.js"></script>
<script src="vue-instant/dist/vue-instant.browser.js"></script>

License

MIT © Santiago Blanco

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 90.8%
  • JavaScript 9.2%