ICarouselItem
@spartanfx/react / ICarouselItem
Interface: ICarouselItem<T>
Represents a single item in the carousel when using items-driven mode.
Type Parameters
T
T = unknown
The type of data associated with each carousel item
Properties
| Property | Type | Description |
|---|---|---|
data | T | The content or data for this carousel item. |
id | string | number | Unique identifier for the item. |