Skip to content

Commit

Permalink
docs(Tag): remove test story (#8669)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] authored May 12, 2021
1 parent d781c15 commit c334c5d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/react/src/components/Tag/Tag-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ _Default.parameters = {
},
};

export const VerticalAlignment = () => (
<>
<Tag type="gray">Tag 1</Tag>
<Tag type="gray" renderIcon={Compass16}>
Tag 2
</Tag>
<Tag type="gray" filter>
Tag 3
</Tag>
<Tag type="gray">Tag 3</Tag>
</>
);

export const Filter = () => (
<Tag className="some-class" {...props.filter()} filter>
{text('Content (children)', 'This is a tag')}
Expand Down

0 comments on commit c334c5d

Please sign in to comment.