Skip to content

Carousel

@xngui/components/carousel
@xngui/components/carousel

Horizontal slide viewer with prev / next controls.

Preview

import { Component } from '@angular/core';
import { XCarousel, XCarouselSlide } from '@xngui/components/carousel';
 
@Component({
selector: 'app-example',
imports: [XCarousel, XCarouselSlide],
templateUrl: './carousel.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.