Skip to main content
MybringDesign System

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" data-mybicon-class="icon-ui"></span>
  Edit
</button>
<button class="btn btn--white">
  <span data-mybicon="mybicon-copy" data-mybicon-class="icon-ui"></span>
  Copy
</button>
<button class="btn btn--white">
  <span data-mybicon="mybicon-trash" data-mybicon-class="icon-ui"></span>
  Delete
</button>
</div>