Swiper-Slider

React-Swiper is a powerful and flexible carousel component for React applications. It allows you to create stunning, touch-enabled slideshows, image galleries, and carousels with ease.

Add Package
yarn add swiper
Import
import { Swiper, SwiperSlide } from "swiper/react";
CSS
<!--Swiper slider css-->
import "swiper/css";
import "swiper/css/pagination";
import "swiper/css/navigation";
import "swiper/css/scrollbar";
Remove Package
yarn remove swiper [ you can remove package by removing specific package from package.json ]
© Vixon.
Design & Develop by Themesbrand