Info Button

De class .dso-info-open (bij getoonde toelichting) maakt de button groen.

<!-- Default -->
<button type="button" class="btn dso-info-button">
    <span class="sr-only">
        Toelichting
    </span>
</button>
<!-- Toggle Info Active -->
<button type="button" class="btn dso-info-button dso-open">
    <span class="sr-only">
        Toelichting
    </span>
</button>
<button type="button" {{ className('btn dso-info-button', [infoOpen, 'dso-open']) }}>
  <span class="sr-only">
    Toelichting
  </span>
</button>
/* Default */
__title: default
/* Toggle Info Active */
__title: open
infoOpen: true