swiper
Version:
Most modern mobile touch slider and framework with hardware accelerated transitions
15 lines (14 loc) • 377 B
JavaScript
/**
* Swiper Svelte 8.2.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2022 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 1, 2022
*/
import Swiper from './swiper.svelte';
import SwiperSlide from './swiper-slide.svelte';
export { Swiper, SwiperSlide };