UNPKG

vue-tippy

Version:

[![npm](https://img.shields.io/npm/v/vue-tippy/latest.svg)](https://www.npmjs.com/package/vue-tippy) [![vue2](https://img.shields.io/badge/vue-3.x-brightgreen.svg)](https://vuejs.org/) [![download](https://img.shields.io/npm/dt/vue-tippy.svg)](https://www

27 lines (26 loc) 753 B
{ "tippy/content": { "type": "any", "description": "The content of the tippy" }, "tippy/allowHTML": { "type": "boolean", "description": "Determines if content strings are parsed as HTML instead of text" }, "tippy/arrow": { "type": "boolean|string|Element", "description": "Determines if the tippy has an arrow" }, "tippy/theme": { "type": "string", "description": "Determines the theme of the tippy element." }, "tippy/sticky": { "type": "boolean|string", "description": "Determines if the tippy sticks to the reference element while it is mounted." }, "tippy/followCursor": { "type": "boolean|string", "description": "Determines if the tippy follows the user's mouse cursor." } }