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

tippy-remote-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tippy-remote-plugin

A Tippy.js plugin to load remote content.

latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
1
Created
Source

tippy-remote-plugin

A Tippy.js plugin to load remote content.

Install

npm install tippy-remote-plugin

Usage

With options

<a href="#" id="remote">My link</a>
import tippy from 'tippy.js'
import remote from 'tippy-remote-plugin'

tippy('#remote', {
  plugins: [remote],
  remote: '/remote-url.html'
})

Options

NameDefaultDescription
remotefalseThe URL to get remote content. Possible values: string, false

With data attributes

<a href="#" data-tippy-remote="/remote-url.html">My link</a>
import tippy from 'tippy.js'
import remote from 'tippy-remote-plugin'

tippy('[data-tippy-remote]', {
  plugins: [remote]
})

Keywords

tippy

FAQs

Package last updated on 16 Nov 2021

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