1.0.8 • Published 6 years ago

@volizik/simple-vue-tooltip v1.0.8

Weekly downloads
9
License
ISC
Repository
github
Last release
6 years ago

simple-vue-tooltip

This is a simple tooltip directive for vue!

  • Npm installing: \ npm install @volizik/simple-vue-tooltip

  • Installing into Vue:

import Vue from 'vue'
import tooltip from '@volizik/simple-vue-tooltip'

Vue.directive(tooltip)
  • Add styles:
<style lang="scss">
@import '~@volizik/simple-vue-tooltip/styles/tooltip';
...
</style>
  • Usage
<button v-tooltip.right.bottom="I am your tooltip">Hover me!</button>
  • Options: left | right | bottom | top
  • Shown only on hover

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago