Skip to content

Commit dbd9959

Browse files
committed
chore(logicbutton): add additional stories for or and disabled
1 parent d528cff commit dbd9959

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/logicbutton/stories/logicbutton.stories.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,13 @@ export default {
4646

4747
export const Default = Template.bind({});
4848
Default.args = {};
49+
50+
export const Or = Template.bind({});
51+
Or.args = {
52+
variant: "or"
53+
};
54+
55+
export const Disabled = Template.bind({});
56+
Disabled.args = {
57+
isDisabled: true
58+
};

0 commit comments

Comments
 (0)