Carousel Pass Through

Pass Through documentation for Carousel component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Defines passthrough(pt) options of Carousel component.

labeltypedescription
rootCarouselPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

CarouselContent PT Options#

Defines passthrough(pt) options of CarouselContent component.

labeltypedescription
rootCarouselContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

CarouselIndicator PT Options#

Defines passthrough(pt) options of CarouselIndicator component.

labeltypedescription
rootCarouselIndicatorPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

CarouselIndicators PT Options#

Defines passthrough(pt) options of CarouselIndicators component.

labeltypedescription
rootCarouselIndicatorsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

CarouselNext PT Options#

Defines passthrough(pt) options of CarouselNext component.

labeltypedescription
rootCarouselNextPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

CarouselPrev PT Options#

Defines passthrough(pt) options of CarouselPrev component.

labeltypedescription
rootCarouselPrevPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.