summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)