Abbreviation component

Provides rich, mobile-accessible tooltips for HTML <abbr> elements. View demo
id: abbr
title: Abbreviation
description: 'Provides rich, mobile-accessible tooltips for HTML <abbr> elements.'
class: Drupal\ambientimpact_ux\Plugin\AmbientImpact\Component\Abbr
provider: ambientimpact_ux
{  }
component.abbr:
  js:
    components/abbr/abbr.js:
      attributes:
        defer: true
  dependencies:
    - ambientimpact_ux/component.tooltip
    - ambientimpact_core/framework