Adds the Button Group component. A Button Group is a collection of Buttons aligned side by side with no space between them. This can be used to create a collection of similar actions, to save space, or to respond to different size containers.
Button Groups supports the following use cases:
Here is a basic example of Button Groups
<clr-button-group class="btn-primary">
<clr-button>Add</clr-button>
<clr-button>Edit</clr-button>
<clr-button [clrInMenu]="true">Download</clr-button>
<clr-button [clrInMenu]="true">Move</clr-button>
<clr-button [clrInMenu]="true">Delete</clr-button>
</clr-button-group>