Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s00d/vue-lite-tooltip

tooltip to vue
https://github.com/s00d/vue-lite-tooltip

Last synced: about 1 month ago
JSON representation

tooltip to vue

Awesome Lists containing this project

README

        

# vue-lite-tooltip

> show tooltip to vue

[npm](https://www.npmjs.com/package/vue-lite-tooltip)

## EXAMPLE

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

## Requirements

- vue: ^2.0.0

## Install

From npm:

``` sh
$ npm install vue-lite-tooltip --save
```

## use

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

Vue.use(VueLiteTooltip)

...

test

```

## 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](https://opensource.org/licenses/MIT)