Looking for assistance in creating a button group that includes a left and right arrow to scroll through the buttons when there are more than X amount in the group. The end result should resemble something like this:
https://i.sstatic.net/FQXLE.jpg
Tried creating a button group with the following code snippet:
<div class="btn-group">
<a class="button btn-days">Monday</a>
<a class="button btn-days">Tuesday</a>
<a class="button btn-days">Wednesday</a>
<a class="button btn-days">Thursday</a>
<a class="button btn-days">Friday</a>
<a class="button btn-days">Saturday</a>
<a class="button btn-days">Sunday</a>
</div>