Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/antongorodezkiy/vue-popper-component

Popper.js directive for Vue.js
https://github.com/antongorodezkiy/vue-popper-component

popper vue

Last synced: about 1 month ago
JSON representation

Popper.js directive for Vue.js

Lists

README

        

vue-popper-component
==============

Simple Vue.js component for [Popper.js](https://popper.js.org/) plugin.

### Demos:

https://antongorodezkiy.github.io/vue-popper-component/

### Dependencies:

- Vue 1.*
- Popper.js 1.*

### Usage:

```javascript
const
Vue = require('vue'),
VuePopper = require('vue-popper-component');

new Vue({
el: '#app',

components: {
'popper': VuePopper
},

data: {
showPopperParentVar: true
}
});
```

```html



?

```

### Usage with html in slots:

```html








us on github!


Close this popover from the content!



Click to open popover on the bottom

```