Hash matcher component

Provides a simple framework to manage a true or false state based on whether the document location matches a provided hash.
id: hash_matcher
title: 'Hash matcher'
description: 'Provides a simple framework to manage a true or false state based on whether the document location matches a provided hash.'
class: Drupal\ambientimpact_ux\Plugin\AmbientImpact\Component\HashMatcher
provider: ambientimpact_ux
{  }
component.hash_matcher:
  js:
    components/hash_matcher/hash_matcher.js:
      attributes:
        defer: true
  dependencies:
    - ambientimpact_core/framework