Skip to main content
Version: 1.0.4

ICarouselItem

@spartanfx/react v1.0.4


@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

PropertyTypeDescription
dataTThe content or data for this carousel item.
idstring | numberUnique identifier for the item.