New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vicontooltip

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vicontooltip

icon with tooltip for vuetify2

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

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>

FAQs

Package last updated on 21 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts