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

https://github.com/victornpb/vue-fast-tooltip

A High performance Tooltip implementation for your Vue App. You can render thousands of tooltips. Much faster than v-tooltip Vuetify component.
https://github.com/victornpb/vue-fast-tooltip

fast lightweight material-design performance vue vue-component vue-directive vue-plugin vuetify

Last synced: 6 months ago
JSON representation

A High performance Tooltip implementation for your Vue App. You can render thousands of tooltips. Much faster than v-tooltip Vuetify component.

Awesome Lists containing this project

README

          

# vue-fast-tooltip

![Node](https://img.shields.io/node/v/vue-fast-tooltip.svg?style=flat-square)
[![NPM](https://img.shields.io/npm/v/vue-fast-tooltip.svg?style=flat-square)](https://www.npmjs.com/package/vue-fast-tooltip)
[![Travis](https://img.shields.io/travis/victornpb/vue-fast-tooltip/master.svg?style=flat-square)](https://travis-ci.org/victornpb/vue-fast-tooltip)
[![David](https://img.shields.io/david/victornpb/vue-fast-tooltip.svg?style=flat-square)](https://david-dm.org/victornpb/vue-fast-tooltip)
[![Coverage Status](https://img.shields.io/coveralls/victornpb/vue-fast-tooltip.svg?style=flat-square)](https://coveralls.io/github/victornpb/vue-fast-tooltip)
[![NPM](https://img.shields.io/npm/dt/vue-fast-tooltip.svg?style=flat-square)](https://www.npmjs.com/package/vue-fast-tooltip)

![vue-fast-tooltip](https://user-images.githubusercontent.com/3372598/175796940-c77fa09c-8a44-464c-be43-911a3b9145e7.jpg)

A High performance Tooltip implementation for your Vue App. You can render thousands of tooltips. Much faster than v-tooltip Vuetify component.

## Installation

### NPM

npm install vue-fast-tooltip
### [Yarn](https://github.com/yarnpkg/yarn)

yarn add vue-fast-tooltip

### CDN

## Packages

| File | Module Type | Transpiled | Source Maps |
|-------------------------------|-------------|------------|-------------|
| dist/vue-fast-tooltip.esm.mjs | esm | No | No |
| dist/vue-fast-tooltip.cjs.js | cjs | Yes | Yes |
| dist/vue-fast-tooltip.esm.js | esm | Yes | Yes |
| dist/vue-fast-tooltip.js | umd | Yes | Yes |

## Usage

Examples here

## License

The code is available under the [MIT](LICENSE) license.

## Contributing

We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.