Merge pull request #110 from laazyCmd/main

 allow `currentPageIndex` be used by the contents
This commit is contained in:
Vadim
2022-09-03 13:04:17 +03:00
committed by GitHub

View File

@@ -292,7 +292,7 @@
" "
bind:this={particlesContainer} bind:this={particlesContainer}
> >
<slot {loaded}></slot> <slot {loaded} {currentPageIndex}></slot>
</div> </div>
{#if autoplayProgressVisible} {#if autoplayProgressVisible}
<div class="sc-carousel-progress__container"> <div class="sc-carousel-progress__container">