Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@3kles/kles-ng-carousel

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3kles/kles-ng-carousel

@3kles/kles-ng-carousel is a angular library to create carousel.

latest
Source
npmnpm
Version
18.0.2
Version published
Maintainers
4
Created
Source

@3kles/kles-ng-carousel is a angular library to create carousel.

Changelog

Check out the changelog to check all the latest changes.

Models

Interfaces

KlesSlide

Interface to set the src of the image to display

  • src: string -> Source of the image to display

AnimationType

Enum to define the animation between images

  • Scale
  • Fade
  • Flip
  • JackInTheBox

IndicatorsPosition

Enum to define the position of the indicators

  • Below
  • On

Components

  • KlesCarouselComponent -> Component to create a carousel

Install

npm

npm install --save @3kles/kles-ng-carousel

How to use

In the module

import { KlesCarouselModule } from '@3kles/kles-ng-carousel';
...
@NgModule({
  imports: [
    KlesCarouselModule,
    ...
  ]
  ...
})

Check the documentation to use component and directive.

Tests

npm install
npm test

License

MIT

Keywords

3KLES

FAQs

Package last updated on 07 Jul 2025

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