summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Whilden <allison@gitlab.com>2016-12-20 11:23:18 -0800
committerAllison Whilden <allison@gitlab.com>2016-12-20 11:23:18 -0800
commit3b8dd9f1dbb25293465fd84eebe06c1191bb83a0 (patch)
tree7faa908296bf1fe2fa8553816196e4264f71871d
parentb6d069c10fbf0ef13ad78bb22cfc965a278adcea (diff)
downloadgitlab-ce-ux-guide-add-badges.tar.gz
[ci skip] UX Guide: add stub for badges sectionux-guide-add-badges
-rw-r--r--doc/development/ux_guide/components.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/development/ux_guide/components.md b/doc/development/ux_guide/components.md
index 28383ad7dfc..2d63db66810 100644
--- a/doc/development/ux_guide/components.md
+++ b/doc/development/ux_guide/components.md
@@ -4,6 +4,7 @@
* [Tooltips](#tooltips)
* [Anchor links](#anchor-links)
* [Buttons](#buttons)
+* [Badges](#badges)
* [Dropdowns](#dropdowns)
* [Counts](#counts)
* [Lists](#lists)
@@ -98,6 +99,13 @@ Since secondary buttons only have a border on their resting state, their hover a
---
+## Badges
+
+> TODO: Add guidance about clickable and non-clickable badges here
+
+---
+
+
## Dropdowns
Dropdowns are used to allow users to choose one (or many) options from a list of options. If this list of options is more 20, there should generally be a way to search through and filter the options (see the complex filter dropdowns below.)