All Projects → santiblanko → Vue Instant

santiblanko / Vue Instant

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Instant

Minisearch
Tiny and powerful JavaScript full-text search engine for browser and Node
Stars: ✭ 737 (+85.64%)
Mutual labels:  search, autocomplete
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-72.8%)
Mutual labels:  search, autocomplete
Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (+62.97%)
Mutual labels:  search, autocomplete
Angular Search Experience
Algolia + Angular = 🔥🔥🔥
Stars: ✭ 167 (-57.93%)
Mutual labels:  search, autocomplete
Autocomplete
Accessible autocomplete component for vanilla JavaScript and Vue.
Stars: ✭ 277 (-30.23%)
Mutual labels:  search, autocomplete
Vue Simple Suggest
Feature-rich autocomplete component for Vue.js
Stars: ✭ 324 (-18.39%)
Mutual labels:  search, autocomplete
Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (+219.4%)
Mutual labels:  search, autocomplete
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (-57.93%)
Mutual labels:  search, autocomplete
Vue Cool Select
Select with autocomplete, slots, bootstrap and material design themes.
Stars: ✭ 195 (-50.88%)
Mutual labels:  search, autocomplete
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+763.48%)
Mutual labels:  search, autocomplete
Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: ✭ 346 (-12.85%)
Mutual labels:  search, autocomplete
Search Tweets Python
Python client for the Twitter search endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.
Stars: ✭ 378 (-4.79%)
Mutual labels:  search
Searchdialog
仿bilibili搜索框效果(三句代码实现)
Stars: ✭ 361 (-9.07%)
Mutual labels:  search
Minsql
High-performance log search engine.
Stars: ✭ 356 (-10.33%)
Mutual labels:  search
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (-11.34%)
Mutual labels:  search
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (-2.77%)
Mutual labels:  search
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+4968.77%)
Mutual labels:  search
Quill Mention
💬 @mentions for the Quill rich text editor
Stars: ✭ 349 (-12.09%)
Mutual labels:  autocomplete
Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (-12.59%)
Mutual labels:  search
Fmap
宇行地图:高仿高德地图Android客户端(持续更新中...)
Stars: ✭ 347 (-12.59%)
Mutual labels:  search

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].