1.1.8 • Published 4 years ago

vue-lite-tooltip v1.1.8

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

vue-lite-tooltip

show tooltip to vue

npm

EXAMPLE

https://s00d.github.io/vue-lite-tooltip/index.html

Requirements

  • vue: ^2.0.0

Install

From npm:

$ npm install vue-lite-tooltip --save

use

import Vue from 'vue';
import VueLiteTooltip from 'vue-lite-tooltip';

Vue.use(VueLiteTooltip)

...

<button type="button" v-tooltip="{text: 'hello', position: 'right', width: 100}">test</button>

Params

text - tooltip text position - top, bottom, right, left show - if false tooltip hidden width - int size color - text color background - background color

License

MIT

1.1.8

4 years ago

1.1.7

4 years ago

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

4 years ago

1.1.0

4 years ago

1.0.1

7 years ago

1.0.0

7 years ago