1.1.5 • Published 4 years ago

vuen-popper v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vueN-popper

a vue component for complex popover, based on popper.js

document: https://xiashan.github.io/vueN-popper/

Install

NPM

npm install vuen-popper --save

Yarn

yarn add vuen-popper

Development Setup

# install dependencies
yarn install

# start dev & debug
yarn docs:dev

# build dist files
yarn docs:build

Props

PropsTypeDefaultDescription
disabledBooleanfalse
append-to-bodyBooleanfalse
visible-arrowBooleantrue
boundaries-selectorStringnull
optionsObject{ placement: 'bottom', gpuAcceleration: false }popper.js options

Events

NameParamsDescription
createdcontextObjectCreated popper component
showShow popover
hideHide popover
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1-rc1

4 years ago

1.1.1

4 years ago

1.0.1

4 years ago

1.0.0-rc.4

4 years ago

1.0.0-rc.3

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago