From 229fc47e76e70a61241c271fba84b5d82fcab5d6 Mon Sep 17 00:00:00 2001 From: emyarod Date: Mon, 1 Mar 2021 09:48:03 -0600 Subject: [PATCH] docs(Tag): add test story --- packages/react/src/components/Tag/Tag-story.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/react/src/components/Tag/Tag-story.js b/packages/react/src/components/Tag/Tag-story.js index 8480d9c25c53..03e5e011edcd 100644 --- a/packages/react/src/components/Tag/Tag-story.js +++ b/packages/react/src/components/Tag/Tag-story.js @@ -94,6 +94,19 @@ _Default.parameters = { }, }; +export const VerticalAlignment = () => ( + <> + Tag 1 + + Tag 2 + + + Tag 3 + + Tag 3 + +); + export const Filter = () => ( {text('Content (children)', 'This is a tag')}