Tags are used to put useful information in a page. There are some styles that can be associated to a
tag and there is also the possibility to use the is-rounded
class to make
corners smooth. The div
with the tags
class is used to make space between each
tag. You can use an icon inside a tag
<div class="tags">
<span class="tag is-rounded">
<span class="icon"><i class="fas fa-user"></i></span>hello!
</span>
<span class="tag is-danger is-rounded">
cool
</span>
<span class="tag is-primary is-rounded">
super
</span>
<span class="tag is-warning is-rounded">
super
</span>
<span class="tag is-success is-rounded">
super
</span>
<span class="tag is-primary">
<span class="icon">🚁</span>notification
</span>
<span class="tag is-primary">
<span class="icon">🍩</span>alert!!
</span>
<span class="tag is-primary">
<span class="icon">🍭</span>hey
</span>
<span class="tag is-primary">
<span class="icon">🏡</span>comments
</span>
</div>