Pagination dots: Add class as a prop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<PaginationDots {photos} {currentIndex}
|
||||
<PaginationDots className="carousel__dots" {photos} {currentIndex}
|
||||
on:goToIndex={event => currentIndex = event.detail.index}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user