Includes button group to switch between views and result information.
<div class="search-results">
<p>
<span class="search-results__count">77067</span>
<span class="search-results__type">Tenetur</span>
found for sale in
<span class="search-results__location">Berkshire</span>.
</p>
<div class="button-group">
<button class="button button--small button--green button--green--outline button--active ">
<span>blanditiis voluptatem vero</span>
</button>
<button class="button button--small button--green button--green--outline ">
<span>quam aperiam aliquid</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>