Blacktoolbox-vue-popover
Create popover with Vue.
Installation
Using with NPM:
$ npm install --save @blacktoolbox/vue-popover
// using ES6 modules
import BtbPopoverComponents from '@blacktoolbox/vue-popover';
// using CommonJS modules
var BtbPopoverComponents = require('@blacktoolbox/vue-popover');
// register to vue
app.use(BtbPopoverComponents);
Issue
Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.
Please file issue, if you have any issue or idea.
Homepage
You can see the document website on-line.