New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pac-slider

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pac-slider

![Pac-Slider](https://opensource.mountsoftware.ro/preview-images/pac-logo.png)

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

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

Code released under the MIT License

Keywords

angular2

FAQs

Package last updated on 19 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts