VueJS popover
npm install vue-popperjs

VueJS popover component based on popper.js
Recommended: https://unpkg.com/vue-popperjs, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://unpkg.com/vue-popperjs/
#### NPM
`` bash`
npm install vue-popperjs --save
#### Yarn
` bash`
yarn add vue-popperjs
#### Bower
` bash`
bower install vue-popperjs --save
` bashinstall dependencies
npm install
Usage
$3
`html
trigger="clickToOpen"
:options="{
placement: 'top',
modifiers: { offset: { offset: '0,10px' } }
}">
Popper Content
`$3
`html
trigger="clickToOpen"
:options="{
placement: 'top',
modifiers: { offset: { offset: '0,10px' } }
}">
Popper Content
``| Props | Type | Default | Description |
| --------------------|:----------| ------------------------------------------------|--------------|
| disabled | Boolean | false | |
| delay-on-mouse-over | Number | 10 | Delay in ms before showing popper during a mouse over |
| delay-on-mouse-out | Number | 10 | Delay in ms before hiding popper during a mouse out |
| append-to-body | Boolean | false | |
| visible-arrow | Boolean | true | |
| force-show | Boolean | false | |
| trigger | String | hover | Optional value:
| Project | Status | Description |
|---------|--------|-------------|
| vue-ls | !npm | Vue plugin for work with local storage, session storage and memory storage from Vue context |
| vue-gallery | !npm | Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers |
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
MIT © Igor Ognichenko