Toolbar
Groups of buttons
This component adds the necessary styling between the buttons.
If clicking on the icon makes the element not clickable, add class pointev-none on the icon.
<div class="btngroup">
  <button class="btn btn--white">
    <span data-mybicon="mybicon-edit"></span>
    Edit
  </button>
  <button class="btn btn--white">
    <span data-mybicon="mybicon-copy"></span>
    Copy
  </button>
  <button class="btn btn--white">
    <span data-mybicon="mybicon-trash"></span>
    Delete
  </button>
</div>