Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devendramilmile121/ngx-custom-carousel


https://github.com/devendramilmile121/ngx-custom-carousel

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# ngx-custom-carousel



semantic-release: angular


Build states


ngx-custom-carousel is a feature-rich Angular 17 component crafted to elevate your carousel experience. Seamlessly integrated with Angular, this library offers swipe functionality for smooth content navigation on various devices. The carousel comes equipped with next and forward buttons, enhancing user interaction. While these buttons maintain a sleek design for consistency, ngx-custom-carousel empowers users to fully customize carousel templates to suit their unique needs. Whether showcasing images, products, or other content, ngx-custom-carousel delivers a dynamic and intuitive solution for creating captivating carousels in Angular applications.

### Features

- Support for custom template using `` tag.
- Swipe left and swipe right gestures for navigation.
- Previous Next buttons
- Turn on/off auto switch and control using next and previous buttons
- Auto pause if hove on the item to make content readable

## Installation

Install `ngx-custom-carousel` via npm:

```bash
npm install ngx-custom-carousel --save
```

## Demo

[Demo and API Reference](https://devendramilmile121.github.io/ngx-custom-carousel/)

## Usage

1. Import the `NgxCustomCarouselModule` in your Angular module:

```typescript
import { NgxCustomCarouselModule } from 'ngx-custom-carousel';

@NgModule({
imports: [NgxCustomCarouselModule],
})
export class YourModule {}
```

2. Use the `` element in your component's template to display a carousel:

```html






```

3. Define a custom template using the `` element for displaying user details:

```html

Use your own html

```