Summary
The tag pattern can be used to bind labels to elements. This pattern is used in the select container for example.
There are no attributes defined for this pattern.
There are no classes defined for this pattern.
There are no events defined for this pattern.
There are no methods defined for this pattern.
There are no functions defined for this pattern.
There are no mixins defined for this pattern.
There are no variables defined for this pattern.
Example
Markup
<span class="zui-tag">Tag text</span>
<a class="zui-tag" href="#">Tag link</a>
<span class="zui-tag zui-tag-removable">
<a href="#">Removable tag link</a>
<i class="zui-icon zui-icon-x"></i>
</span>