Sha256: 36aeb5ab2b05010ca2dacdec71e80df26d7c484452f0bb9a4f4c7755a03dc766
Contents?: true
Size: 300 Bytes
Versions: 138
Compression:
Stored size: 300 Bytes
Contents
import { Controller } from '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
138 entries across 138 versions & 1 rubygems