Browse Source

MoreToggle Button Story hinzugefügt

bugfix/microsites
Lukas Zimmer 2 years ago
parent
commit
3028a7d828
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      gfi-ihk-2024/stories/atoms/button/Button.stories.js

+ 7
- 0
gfi-ihk-2024/stories/atoms/button/Button.stories.js View File

@@ -72,3 +72,10 @@ export const SliderButton = Template.bind({});
SliderButton.args = {
label: '1',
};

export const MoreToggle = Template.bind({});
MoreToggle.args = {
label: 'Mehr erfahren',
iconPosition: 'icon-right',
icon: 'pfeil-simple-rechts',
};

Loading…
Cancel
Save