Default tag
Example:
<span class="tag">First tag</span>
<span class="tag">Second tag</span>
<span class="tag">Third tag</span>
Link tag
Example:
<a href="#" class="tag">First tag</a>
<a href="#" class="tag">Second tag</a>
<a href="#" class="tag">Third tag</a>
Avatar tag
Example:
<span class="tag">
<span class="tag-avatar avatar" style="background-image: url(https://laravelui.spruko.com/sparic/build/assets/images/users/female/14.jpg)"></span>
Victoria
</span>
Tag remove
Example:
<div class="tags">
<span class="tag">
One
<a href="#" class="tag-addon"><i class="fe fe-x"></i></a>
</span>
</div>
Tag addons
Example:
<div class="tag">
npm
<a href="#" class="tag-addon"><i class="fe fe-x"></i></a>
</div>
Rounded tag
Color tag
List of tags
You can create a list of tags with the .tags
container.
If the list is very long, it will automatically wrap on multiple lines, while keeping all tags evenly spaced.