mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add list of tags post
This commit is contained in:
20
docs/_posts/2017-08-03-list-of-tags.md
Normal file
20
docs/_posts/2017-08-03-list-of-tags.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: post
|
||||
title: "New feature: list of tags"
|
||||
introduction: "What's better than one tag? Multiple tags!"
|
||||
color: "orange"
|
||||
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>
|
||||
<a href="/documentation/elements/tag/#list-of-tags">
|
||||
<img src="/images/blog/list-of-tags.png" alt="List of tags in CSS" width="660" height="401">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
|
||||
Reference in New Issue
Block a user