@cypress-design/vue-tooltip
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

Tooltip

Install

npm install @cypress-design/vue-tooltip

or with yarn

yarn add @cypress-design/vue-tooltip

Usage

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @cypress-design/vue-tooltip

Weekly Downloads

6

Version

0.9.0

License

MIT

Unpacked Size

284 kB

Total Files

17

Last publish

Collaborators

  • cypress-npm-publisher