vue-spotlight
v0.9.0
Published
A macOS like spotlight search widget.
Readme
Vue spotlight
A macOS Spotlight like widget for websites with Vue
Installation
npm install vue-spotlight -SDemo
Usage
import Spotlight from 'vue-spotlight'
// register globally
Vue.component('Spotlight', Spotlight)
// or locally
export default {
components: { Spotlight}
}
And then you can place it in your template
<Spotlight field-name="symbol" :data-provider="dataProvider" :widget-open="open" :action="action" :match-renderer="renderer"/>Props
Development
To start webpack in watch mode run:
npm run devAuthor
Krisztian Papp @tacsiazuma
