vicontooltip

1.1.2 • Public • Published

icon with tooltip for vuetify2

The component is an invisible wrapper around v-icon:

  • listens to all the events emitted by v-icon
  • takes any prop v-icon can receive

Props

props:{
  position: {
    type: String
    default: 'bottom'
  },
  noTooltip:{
    type: Boolean,
    default: false
  },
  iconClass:{
    type: String,
    default: ''
  }
}

The position prop is to determine the position of the tooltip (top, bottom, left, right)

Installation

import { VIconToolTip } from 'vicontooltip'

and register as a vue component

Usage:

<VIconTooltip
  class="mr-1"
  small
  color="secondary"
  position="top"
>
  <template v-slot:description>1234</template>
  <template v-slot:icon>mdi-identifier</template>
</VIconTooltip>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.31
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i vicontooltip

Weekly Downloads

1

Version

1.1.2

License

none

Unpacked Size

3.81 MB

Total Files

5

Last publish

Collaborators

  • reveral_