@cypress-design/vue-tooltip
v2.1.0
Published
## Install
Downloads
3,219
Readme
Tooltip
Install
npm install @cypress-design/vue-tooltipor with yarn
yarn add @cypress-design/vue-tooltipUsage
import Tooltip from '@cypress-design/vue-tooltip'tip: To allow focus, one has to add
tabIndex="0"to the Tooltip element.
<Tooltip class="inline-block" tabIndex="0">
<span>Focus me</span>
<template #popper>More info</template>
</Tooltip>