|
|
@@ -72,3 +72,10 @@ export const SliderButton = Template.bind({}); |
|
|
SliderButton.args = { |
|
|
SliderButton.args = { |
|
|
label: '1', |
|
|
label: '1', |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
export const MoreToggle = Template.bind({}); |
|
|
|
|
|
MoreToggle.args = { |
|
|
|
|
|
label: 'Mehr erfahren', |
|
|
|
|
|
iconPosition: 'icon-right', |
|
|
|
|
|
icon: 'pfeil-simple-rechts', |
|
|
|
|
|
}; |