From f5a121e3eda9b7acb3de80924812e1f723a48cdf Mon Sep 17 00:00:00 2001 From: Natalia Fitzgerald <77348967+natalia-fitzgerald@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:28:30 -0500 Subject: [PATCH] Update "tags" page --- docs/pages/tags.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/pages/tags.md diff --git a/docs/pages/tags.md b/docs/pages/tags.md new file mode 100644 index 0000000000..81e39779f3 --- /dev/null +++ b/docs/pages/tags.md @@ -0,0 +1,44 @@ +--- +title: Tags +collection_name: pages +layout: variation +section: components +status: Released +description: Tags are used to label, organize, or categorize content. Tags can + be used as a method of filtering data or to show items within a particular + category. +variation_groups: + - variations: + - variation_is_deprecated: false + variation_name: Filter tag + variation_description: Filter tags are used to display quick and useful category + labels to the user. They are often used to display categories or + active filters. + variation_code_snippet: + variation_group_name: Types +behavior: |- + + + * To clear a selection, click the “x” icon inside of the filter tag. +related_items: >- + * + [Multiselect](https://cfpb.github.io/design-system/components/selects#multiselect)[](https://cfpb.github.io/design-system/patterns/filterable-list-control-panels) + + * [Filterable list control panels](https://cfpb.github.io/design-system/patterns/filterable-list-control-panels) +---