A set of 3 buttons with the clicked one becoming active while the other two become inactive using Bricks’ Interactions.
What gets copied: Section.
Add this custom CSS in your Page/code snippets plugin/child theme’s style.css
:
[data-active] {
background-color: #333;
color: #fff;
}