pac-slider
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Pac-Slider

Beautiful and easy to install Angular 2/4 responsive carousel slider

Exemple »

Table of contents

Install

Quick download methods available:

  • ZIP Download.
  • Clone the repo: git clone https://github.com/gcristea07/pac-slider.git
  • Install with npm: npm install pac-slider

Usage

autoPlay = {
    type:boolean,
    required:false,
    default:true
}

time = {
    type:number,
    required:false,
    default:4
 }
<pac-slider [autoPlay]="true" [time]="4">
    <pac-item [src]="'http://exemple.com/photo.jpg'" [route]="'/contact'" [link]="'http://exemple.com'"></pac-item>
</pac-slider>

Creators

Gabriel Cristea

Copyright and license

Code released under the MIT License

Package Sidebar

Install

npm i pac-slider

Weekly Downloads

3

Version

1.0.6

License

MIT

Last publish

Collaborators

  • zgaby