MCPcopy Create free account
hub / github.com/hydro-dev/Hydro /

Class

packages/ui-default/components/tooltip/Tooltip.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import DOMAttachedObject from 'vj/components/DOMAttachedObject';
4
5export default class Tooltip extends DOMAttachedObject {
6 static DOMAttachKey = 'vjTooltipInstance';
7
8 constructor($dom, options = {}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected