ButtonGroup
We creates a button cluster/group, where the children buttons are glued-up
We may use ButtonGroup or Button.Group
<ButtonGroup>
<Button variant="default">First</Button>
<Button variant="default">Second</Button>
<Button variant="default">Third</Button>
</ButtonGroup>
we may set the orientation property to vertical if needed.