<p class="tooltip tooltip--inverted js-tooltip">A description of the tool</p>
<p class="tooltip{% if tooltipModifiers is defined and tooltipModifiers|length %} tooltip--{{ tooltipModifiers|join(' tooltip--') }}{% endif %} js-tooltip">{{ text }}</p>
{
  "text": "A description of the tool",
  "tooltipModifiers": [
    "inverted"
  ]
}

No notes defined.