A Vue tooltip component.


Keywords
Tooltip, Vue, Component, Tailwind, Bootstrap
License
ISC
Install
npm install @vue-interface/tooltip@1.0.0-beta.10

Documentation

Tooltip

[[toc]]

Installation

NPM

npm i @vue-interface/tooltip --save

Yarn

yard add @vue-interface/tooltip

CDN

https://cdn.jsdelivr.net/npm/@vue-interface/modal@<%= pkg.version %>/dist/Modal.min.js

Syntax

<div v-tooltip title="This is a tooltip"></div>