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.
- Host: GitHub
- URL: https://github.com/victornpb/vue-fast-tooltip
- Owner: victornpb
- License: mit
- Created: 2022-04-20T22:40:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T02:35:29.000Z (over 3 years ago)
- Last Synced: 2025-03-11T09:25:42.606Z (7 months ago)
- Topics: fast, lightweight, material-design, performance, vue, vue-component, vue-directive, vue-plugin, vuetify
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vue-fast-tooltip

[](https://www.npmjs.com/package/vue-fast-tooltip)
[](https://travis-ci.org/victornpb/vue-fast-tooltip)
[](https://david-dm.org/victornpb/vue-fast-tooltip)
[](https://coveralls.io/github/victornpb/vue-fast-tooltip)
[](https://www.npmjs.com/package/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.
## 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.