tippy.vue
Version:
Nesting-free Vue components for Tippy.js - a drop-in addition with no structural or css changes required
36 lines • 774 B
JSON
{
"tippy": {
"description": "A tooltip",
"attributes": [
"target",
"deep-search",
"singleton",
"visible",
"eager",
"extra",
"enabled",
"placement",
"interactive",
"on-body",
"trigger",
"hide-on-click",
"delay"
]
},
"tippy-singleton": {
"description": "A singleton",
"attributes": [
"name",
"overrides",
"move-transition",
"extra",
"enabled",
"placement",
"interactive",
"on-body",
"trigger",
"hide-on-click",
"delay"
]
}
}