<form class="dso-search">
    <div class="dso-searchbar dso-animate  dso-open">
        <input type="text" id="searchbarOpened" class="form-control" placeholder="Zoeken" />
        <span class="dso-searchbar-icon" aria-hidden="true"></span>
        <label for="searchbarOpened">Zoeken</label>
        <button type="button">Open zoeken</button>
    </div>
    <button type="submit">Zoeken</button>
</form>
<form class="dso-search">
  <div class="dso-searchbar dso-animate {{#if open }} dso-open{{/if}}">
    <input type="text" id="{{ id }}" class="form-control" placeholder="{{ label }}" />
    <span class="dso-searchbar-icon" aria-hidden="true"></span>
    <label for="{{ id }}">{{ label }}</label>
    <button type="button">Open zoeken</button>
  </div>
  <button type="submit">{{ label }}</button>
</form>
__title: Zoekbalk open
__explanation: >-
  Om een zoekbalk te openen dient de class <code>.dso-open</code> toegevoegd te
  worden. Sluiten gaat door de class weer te verwijderen
__switches: null
id: searchbarOpened
label: Zoeken
open: true

There are no notes for this item.