Includes button group to switch between views and result information.
<div class="search-results">
<p>
<span class="search-results__count">11459</span>
<span class="search-results__type">Id</span>
found for sale in
<span class="search-results__location">Borders</span>.
</p>
<div class="button-group">
<button class="button button--small button--green button--green--outline button--active ">
<span>quam dolores alias</span>
</button>
<button class="button button--small button--green button--green--outline ">
<span>ad accusamus recusandae</span>
</button>
</div>
</div>
<div class="{{modifier 'search-results' button.modifiers}}">
<p>
<span class="search-results__count">{{ count }}</span>
<span class="search-results__type">{{ titlecase type }}</span>
found for sale in
<span class="search-results__location">{{ location }}</span>.
</p>
{{ render '@block--button-group' this merge=true }}
</div>