Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iml885203/vue1-b-tooltip
- Owner: iml885203
- License: mit
- Created: 2020-12-17T10:01:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T07:29:00.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:45:34.680Z (29 days ago)
- Topics: bootstrap, bootstrap-tooltip, bootstrap3, tooltip, vue, vue1, vue1-btooltip, vue1-directive
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).