Skip to content

Specific Buttons

Buttons or Icon Buttons that have a specific purpose.

Remove Inline Button

Show Code
html
  <button type="button"
          class="c-btn -extra-small -icon-btn -link -remove js-tooltip"
          data-title="Zeile entfernen"
          data-placement="top"
          aria-label="Zeile entfernen">
    <i class="far fa-times" aria-hidden="true"></i>
  </button>

Example Usage