Components

Tags

Display tag

Display tag
Fullscreen
<span class="ecl-tag ecl-tag--display">Display tag</span>

Try it yourself on the playground

Playground

Link tag

<a href="/example" class="ecl-tag">Link tag</a>

Try it yourself on the playground

Playground

Removable tag

Fullscreen
<button type="button" aria-label="Dismiss" class="ecl-tag ecl-tag--removable">Removable tag<span
    class="ecl-tag__icon"><svg class="ecl-icon ecl-icon--xs ecl-tag__icon-close" focusable="false" aria-hidden="true">
      <use xlink:href="/dist/media/icons.6770a2ae.svg#close"></use>
    </svg><svg class="ecl-icon ecl-icon--xs ecl-tag__icon-close-filled" focusable="false" aria-hidden="true">
      <use xlink:href="/dist/media/icons.6770a2ae.svg#close-filled"></use>
    </svg></span></button>

Try it yourself on the playground

Playground