Skip to content

Tacsiazuma/vue-spotlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue spotlight

A macOS Spotlight like widget for websites with Vue

Installation

    npm install vue-spotlight -S

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 dev

Author

Krisztian Papp @tacsiazuma

License

MIT

About

A MacOS spotlight like search widget for Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •