1.0.8 • Published 5 years ago

@volizik/simple-vue-tooltip v1.0.8

Weekly downloads
9
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago