UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

15 lines (14 loc) 381 B
/** * Swiper React 7.0.4 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2021 Vladimir Kharlampidi * * Released under the MIT License * * Released on: September 8, 2021 */ import { Swiper } from './swiper.js'; import { SwiperSlide } from './swiper-slide.js'; export { Swiper, SwiperSlide };