bulma/docs/_posts/2017-08-03-list-of-tags.md

21 lines
885 B
Markdown
Raw Normal View History

2017-08-03 19:46:00 +00:00
---
layout: post
title: "New feature: list of tags"
introduction: "What's better than one tag? Multiple tags!"
2018-04-09 20:16:50 +00:00
color: "success"
2017-08-03 19:46:00 +00:00
name: "List of tags"
icon: "tag"
---
The [tag](/documentation/elements/tag/) is a small but useful element that can be used in many contexts, to **enhance** the meaning of the text it's attached to.
A tag rarely comes on its own though, so Bulma now supports [list of tags](/documentation/elements/tag/#list-of-tags). The same way you can [group controls](together), you can now **group tags together** to form a list that can span multiple lines.
<figure>
2018-10-12 10:23:32 +00:00
<a href="{{ site.url }}/documentation/elements/tag/#list-of-tags">
<img src="{{ site.url }}/images/blog/list-of-tags.png" alt="List of tags in CSS" width="660" height="401">
2017-08-03 19:46:00 +00:00
</a>
</figure>
2018-04-09 20:16:50 +00:00
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!