Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s00d/vue-lite-tooltip
- Owner: s00d
- Created: 2017-10-24T19:15:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T14:37:35.000Z (almost 2 years ago)
- Last Synced: 2023-08-24T08:17:39.295Z (over 1 year ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)