Skip to content

Commit 01c445a

Browse files
feat(docs): action log added
1 parent 296e3f0 commit 01c445a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/docs/src/stories/Button.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default {
88
args: {
99
children: 'Send'
1010
},
11+
argTypes: {
12+
onClick: {
13+
action: 'click'
14+
}
15+
},
1116
} as Meta<ButtonProps>;
1217

1318
export const Primary: StoryObj<ButtonProps> = {};

0 commit comments

Comments
 (0)