carousel.inc.php
Table of Contents
Functions
- useCarousel() : void
- Carousel Component
Functions
useCarousel()
Carousel Component
useCarousel(string $carouselLabel, array<int, array{src: string, alt?: string}> $imageMap, string $carouselId, mixed $event) : void
Reusable carousel component for displaying sliding image content. Used on homepage and other pages for featured content display.
Parameters
- $carouselLabel : string
- $imageMap : array<int, array{src: string, alt?: string}>
- $carouselId : string
- $event : mixed