This document is a preview.

Tags

Purpose

Users need to see the categories or labels of an object, which can often be used to find related objects.

Description

Tags usually represent a category or label of an object. Sometimes they are clickable, sometimes they are removable.

  • News
  • Patents
  • Trademarks
<ul class="list-unstyled">
    <li class="tag">News <i class="icon icon-close icon-muted"></i></li>
    <li class="tag">Patents <i class="icon icon-close icon-muted"></i></li>
    <li class="tag">Trademarks</i></li>
</ul>