Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vue-bulma/tooltip
Tooltip Component for Vue Bulma
https://github.com/vue-bulma/tooltip
Last synced: about 2 months ago
JSON representation
Tooltip Component for Vue Bulma
- Host: GitHub
- URL: https://github.com/vue-bulma/tooltip
- Owner: vue-bulma
- License: mit
- Created: 2016-07-13T18:31:46.000Z (over 8 years ago)
- Default Branch: next
- Last Pushed: 2018-12-01T02:06:34.000Z (about 6 years ago)
- Last Synced: 2024-10-09T10:05:41.136Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 15
- Watchers: 2
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tooltip
Tooltip component is based on [hint.css](https://github.com/chinchang/hint.css) for Vue Bulma.
## Installation
```
$ npm install vue-bulma-tooltip --save
```## Examples
```vue
top-right
import Tooltip from 'vue-bulma-tooltip'
export default {
components: {
Tooltip
}
}```
## Badges
![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)---
> [fundon.me](https://fundon.me) ·
> GitHub [@fundon](https://github.com/fundon) ·
> Twitter [@_fundon](https://twitter.com/_fundon)