0.3.2 • Published 6 years ago

ngx-crystal-swiper v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

nametypedescription
heightstringContainer height (in pixels or percentages).