We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc462c commit 075def9Copy full SHA for 075def9
src/stories/Library/tag/Tag.stories.tsx
@@ -16,6 +16,20 @@ export default {
16
},
17
layout: "centered",
18
19
+ argTypes: {
20
+ hasBackground: {
21
+ control: { type: "boolean" },
22
+ defaultValue: false,
23
+ },
24
+ showCloseIcon: {
25
26
27
28
+ isClickable: {
29
30
+ defaultValue: true,
31
32
33
};
34
35
export const Tag: ComponentStory<TagProps> = (args) => (
0 commit comments