Swiper

There are few options on how to include/import Swiper into your project:

Install from NPM

Install the Swiper Js library using command prompt from the root directory of the project:

npm install swiper

Import the Swiper package.

import Swiper from 'swiper/bundle';
import 'swiper/css/bundle';

Check the below example how to use and make it working swiper on any page.

HTML

<div class="swiper basicSwiper">
    <div class="swiper-wrapper">
        <div class="swiper-slide">
            ...
        </div>
        <div class="swiper-slide">
            ...
        </div>
        <div class="swiper-slide">
            ...
        </div>
        <div class="swiper-slide">
            ...
        </div>
    </div>
</div>

JavaScript

import Swiper from 'swiper/bundle';
import 'swiper/css/bundle';
                    
var swiper = new Swiper("#basicSwiper", {
    loop: true,
    spaceBetween: 0,
});
Receive the latest updates directly in your inbox!

Be the first to know about new updates and exclusive discounts. No spam, just great offers!

How about

A Custom Project?

With over 7 years of experienced team, we specialize in delivering custom projects for startups, blue-chip companies, and government agencies. We have successfully completed over 250+ projects, providing tailored solutions that meet the unique needs of each client.

Hire Us
Domiex Admin & Dashboards
230+

Total Pages

5+

Layouts

11+

Application

We provide quick support withing one business day to all of our customers.

© Domiex Created & Crafted by SRBThemes.