Skip to main content

Methods

Nuka Carousel has a few exposed methods that allow the user to control certain parts of the carousel manually.

Progression

The carousel can be advanced forward and backwards based on the scrollDistance defined from the props.

goForward()

Advances the carousel forward by the given scrollDistance.

goBack()

Advances the carousel backward by the given scrollDistance.

Usage/Examples

Add examples here