소스 검색

MoreToggle Button Story hinzugefügt

bugfix/microsites
Lukas Zimmer 2 년 전
부모
커밋
3028a7d828
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      gfi-ihk-2024/stories/atoms/button/Button.stories.js

+ 7
- 0
gfi-ihk-2024/stories/atoms/button/Button.stories.js 파일 보기

@@ -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',
};

불러오는 중...
취소
저장