ngx-crystal-swiper
v0.3.2
Published
Mobile touch slider for angular.
Downloads
2
Maintainers
Readme
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). |