• Stars
    star
    425
  • Rank 98,741 (Top 2 %)
  • Language Vue
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Vue Instant!

npm npm vue2

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

header

If this implementation looks great you can share a beer using patreon or send me bitcoins.

Donations

Share a coffee if this project help you.

Bitcoin direction:

31p39e3AtdEv8T2aU9y9D1XH9Wc5HEtRte

I will be enormously grateful. :) Also I am available for courses and projects!! Whatsapp :) +573233729549

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>