0.1.7 • Published 4 months ago

@ionited/tooltip-vue v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tooltip-vue

A simple and lightweight tooltip library for Vue

Vue wrapper for @ionited/tooltip. Compatible with Vue 3 and Ionic Vue

Quick start

Choose your favorite option below:

Install with NPM

npm i @ionited/tooltip-vue

Get from UNPKG

https://unpkg.com/@ionited/tooltip-vue@latest/dist/index.js


Usage

To basic usage you can simply call:

<template>
  <button v-tooltip title="Hello World!"></button>
</template>

Local import:

import { tooltip } from '@ionited/tooltip-vue';

export default {
  ...
  directives: { tooltip },
  ...
}

or global import:

import { tooltip } from '@ionited/tooltip-vue';

const app = createApp(App)
.directive('tooltip', tooltip);

See more @ionited/tooltip

License

Copyright (c) 2021 Ion. Licensed under Mit License.

https://ionited.io

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

7 months ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago