Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)