All Projects → hekigan → Vue Directive Tooltip

hekigan / Vue Directive Tooltip

Licence: mit
Vue.js tooltip directive. Easy to use, configure and style

Projects that are alternatives of or similar to Vue Directive Tooltip

Draggable Vue Directive
Vue2 directive that handles drag & drop
Stars: ✭ 286 (+81.01%)
Mutual labels:  directive, vue2
vue2-loading
vue-loading presented in Vue2
Stars: ✭ 15 (-90.51%)
Mutual labels:  directive, vue2
Vuebar
(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
Stars: ✭ 650 (+311.39%)
Mutual labels:  directive, vue2
v-tippy
Vue.js binding for Tippy.js
Stars: ✭ 54 (-65.82%)
Mutual labels:  tooltip, directive
Vue.imagesloaded
Vue.js 2.0 directive to detect images loading
Stars: ✭ 134 (-15.19%)
Mutual labels:  directive, vue2
Vue Wechat
🔥 基于Vue2.0高仿微信App的单页应用
Stars: ✭ 1,832 (+1059.49%)
Mutual labels:  vue2
Resharper.enhancedtooltip
A plugin for JetBrains Resharper that colorizes the tooltip and parameter information.
Stars: ✭ 151 (-4.43%)
Mutual labels:  tooltip
Vue2 Frappe
A Vue 2 integration using Frappe Charts
Stars: ✭ 144 (-8.86%)
Mutual labels:  vue2
Vue Im
A Vue.js 2.0 IM;基于Vue2.0的在线客服系统
Stars: ✭ 143 (-9.49%)
Mutual labels:  vue2
V2ex Vue
Vue2 Family Barrels
Stars: ✭ 156 (-1.27%)
Mutual labels:  vue2
V Tooltip
💬 Easy tooltips, popovers, dropdown for Vue
Stars: ✭ 2,109 (+1234.81%)
Mutual labels:  tooltip
Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (-5.06%)
Mutual labels:  vue2
Vue Cli Multi Page
基于vue-cli模板的多页面多路由项目,一个PC端页面入口,一个移动端页面入口,且有各自的路由, vue+webpack+vue-router+vuex+mock+axios
Stars: ✭ 145 (-8.23%)
Mutual labels:  vue2
React Layer Stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 152 (-3.8%)
Mutual labels:  tooltip
Vue Scrollto
Adds a directive that listens for click events and scrolls to elements.
Stars: ✭ 1,859 (+1076.58%)
Mutual labels:  directive
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (-1.27%)
Mutual labels:  tooltip
Vue Shopping Cart
🛒 vue2 购物车入门项目
Stars: ✭ 142 (-10.13%)
Mutual labels:  vue2
React Popper Tooltip
A React hook to effortlessly build smart tooltips.
Stars: ✭ 149 (-5.7%)
Mutual labels:  tooltip
Webadmin
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。
Stars: ✭ 153 (-3.16%)
Mutual labels:  vue2
Balloon
🎈 Modernized and sophisticated tooltips, fully customizable with an arrow and animations on Android.
Stars: ✭ 2,242 (+1318.99%)
Mutual labels:  tooltip

vue-directive-tooltip

Node NPM NPM Downloads/month Vue.js

Vue.js tooltip directive (based on Popper.js)

Installation

yarn add vue-directive-tooltip

or

npm install vue-directive-tooltip --save

Usage

Super simple

<span v-tooltip="'my text'">some text</span>

A lot of options make this tooltip convenient:

  • content: simple text or use another html tag
  • positioning (right, left, ...)
  • positioning variants: start | end. ex: bottom.end, top.start, right.end, etc...
  • delay to hide (in ms)
  • offset (from the target in px)
  • choose from several triggers (hover, focus, click)
  • full programmatic, you choose when to show/hide the tooltip
  • and of course, use your custom CSS class

Documentation

Full documentation with examples

Builds

If you don't use a package manager, you can access vue-directive-tooltip via unpkg (CDN), download the source, or point your package manager to the url.

vue-directive-tooltip is compiled as a collection of CommonJS modules & ES2015 modules for bundlers that support the jsnext:main or module field in package.json (Rollup, Webpack 2)

The vue-directive-tooltip package includes precompiled production and development UMD builds in the dist folder. They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a <script> tag on your page. The UMD builds make vue-directive-tooltip available as a window.vueDirectiveTooltip global variable.

License

The code is available under the MIT license.

Contributing

We are open to contributions, see CONTRIBUTING.md for more info.

Misc

This module was created using generator-module-extended-boilerplate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].