ngx-virtual-swiper

Swiper with virtual scroll.

Usage no npm install needed!

<script type="module">
  import ngxVirtualSwiper from 'https://cdn.skypack.dev/ngx-virtual-swiper';
</script>

README

NgxVirtualSwiper

Swiper with virtual scroll.

npm version npm licence

Demo

Examples

Getting Started

Installation

Install via Package managers such as [npm][npm] or [yarn][yarn]

npm install ngx-virtual-swiper --save
# or
yarn add ngx-virtual-swiper

Usage

Import ngx-virtual-swiper module

import { NgxVirtualSwiperModule } from 'ngx-virtual-swiper';
import { ScrollingModule } from '@angular/cdk/scrolling';

@NgModule({
  imports: [
    ...
    ScrollingModule,
    NgxVirtualSwiperModule,
    ...
  ]
})

PeerDependencies

ngx-virtual-swiper depeneds on the following libraries to work.