ngx-crystal-swiper

0.3.2 • Public • Published

Mobile touch slider for angular.

Demo

https://drozhzhin-n-e.github.io/ngx-crystal-swiper

Installation

Install the npm package.

npm i ngx-crystal-swiper

Import module:

import { SwiperModule } from 'ngx-crystal-swiper/components';
 
@NgModule({
    imports: [ SwiperModule ]
})

Usage

myImages = [
    {
        path: 'path_to_image'
    }
];
<swiper [images]="myImages" height="100%"></swiper> 

Properties

name type description
height string Container height (in pixels or percentages).

Package Sidebar

Install

npm i ngx-crystal-swiper

Weekly Downloads

0

Version

0.3.2

License

MIT

Unpacked Size

28.8 kB

Total Files

14

Last publish

Collaborators

  • drozhzhin_n_e