Sha256: 0c82ecf817003a44c65bb2056630d847213150040524d6901ed9f71af5caea0e
Contents?: true
Size: 310 Bytes
Versions: 366
Compression:
Stored size: 310 Bytes
Contents
import { Controller } from '@hotwired/stimulus' import tippy from 'tippy.js' export default class extends Controller { static targets = ['source', 'content'] connect() { tippy(this.sourceTarget, { content: this.contentTarget.innerHTML, allowHTML: true, theme: 'light', }) } }
Version data entries
366 entries across 366 versions & 1 rubygems