Search results
Premium Swiper templates & plugins from UI Initiative. Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
Swiper is the most modern free and open source mobile touch slider with hardware accelerated transitions and amazing native behavior. Use it on websites, web apps, and mobile native/hybrid apps.
Nov 1, 2014 · Getting Started With Swiper. Installation. There are few options on how to include/import Swiper into your project: Install from NPM. We can install Swiper from NPM. $ npm install swiper. // import Swiper JS import Swiper from 'swiper'; // import Swiper styles import 'swiper/css'; const swiper = new Swiper(...);
Explore the coverflow effect with Swiper, a modern mobile touch slider providing smooth transitions.
Explore the fade effect demo of Swiper, the modern free mobile touch slider with hardware accelerated transitions.
Explore the Swiper demo with a gallery of thumbnails showcasing the core features of the touch slider.
Explore the cube effect with Swiper, a modern mobile touch slider offering smooth transitions.
Swiper - is the free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.
import React, {useState } from 'react'; import {Swiper, SwiperSlide} from 'swiper/react'; import {Thumbs} from 'swiper/modules'; const App = => {// store thumbs swiper instance const [thumbsSwiper, setThumbsSwiper] = useState (null); return (< main > {/* Main Swiper -> pass thumbs swiper instance */} < Swiper modules = {[Thumbs]} thumbs ...