Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iml885203/vue1-b-tooltip

Bootstrap tooltip for vue1 directive
https://github.com/iml885203/vue1-b-tooltip

bootstrap bootstrap-tooltip bootstrap3 tooltip vue vue1 vue1-btooltip vue1-directive

Last synced: 6 days ago
JSON representation

Bootstrap tooltip for vue1 directive

Awesome Lists containing this project

README

        

# vue1-b-tooltip
> Bootstrap tooltip for vue1 directive

### Demo

[Demo page](https://iml885203.github.io/vue1-b-tooltip)

### Installation

#### npm
```
npm i vue1-b-tooltip --save
```
#### yarn
```
yarn add vue1-b-tooltip
```

### Getting Started
```javascript
import Vue from 'vue';
import Vue1BTooltip from 'vue1-b-tooltip';

Vue.use(Vue1BTooltip);
```

or include the script directly

```html

Vue.use(Vue1BTooltip); // good to go.

```

### Basic Example
```html
Hover Me
```

### Documentation
Read BootstrapVue [documentation](https://bootstrap-vue.org/docs/directives/tooltip).