File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 1111 aria-label =" Slider mit Elementen"
1212 data-m-slider-splide =" m-slider-comment"
1313 >
14- <button
14+ <muc- button
1515 v-if =" showBackArrow"
16- aria-label =" Vorheriges Element"
1716 class =" previous-button is-control"
17+ icon =" arrow-left"
1818 @click =" prevSlide"
19- >
20- <svg class =" icon" >
21- <use xlink:href =" #icon-arrow-left" ></use >
22- </svg >
23- </button >
19+ />
2420 <Splide
2521 :options =" sliderOptions"
2622 aria-label =" Dies ist ein Karussell mit rotierenden Elementen. Verwenden Sie
2925 >
3026 <slot />
3127 </Splide >
32- <button
28+ <muc- button
3329 v-if =" showNextArrow"
34- aria-label =" Nächstes Element"
3530 class =" next-button is-control"
31+ icon =" arrow-right"
3632 @click =" nextSlide"
37- >
38- <svg class =" icon" >
39- <use xlink:href =" #icon-arrow-right" ></use >
40- </svg >
41- </button >
33+ />
4234 </section >
4335 </div >
4436 </div >
@@ -52,6 +44,8 @@ import type { Options } from "@splidejs/splide";
5244import { Splide } from " @splidejs/vue-splide" ;
5345import { computed , onMounted , ref } from " vue" ;
5446
47+ import { MucButton } from " ../Button" ;
48+
5549defineSlots <{
5650 /**
5751 * MucSliderItems can be put into this slot.
You can’t perform that action at this time.
0 commit comments