<form class="dso-search">
    <div class="dso-searchbar dso-animate ">
        <input type="text" id="searchbar" class="form-control" placeholder="Zoeken" />
        <span class="dso-searchbar-icon" aria-hidden="true"></span>
        <label for="searchbar">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: 'Example: Open/Close'
__explanation: >-
  Animatie demo. Animates moeten aangezet worden dmv.
  <code>.dso-searchbar.dso-animate</code>
__switches:
  - name: state
    label: Open/sluit
id: searchbar
label: Zoeken

There are no notes for this item.