/vue-popperjs

An unofficial vue wrapper for >= popper.js@2.0.

Primary LanguageVue

vue-popperjs

Vue wrapper around Popper.

important note: Popper is not a tooltip library, it's a positioning engine to be used to build features such as (but not restricted to) tooltips.

Install

via package managers

npm i vue-popperjs

# With Yarn
yarn add vue-popperjs

Development setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.