A user might want to render arrows which depend on the carousel's current position in relation to the total of slides, e.g. signaling to the user to move right while there are more items to see, or move left if they're at the end of the carousel.
The user already has internal knowledge of the number of slides and can manage on their own, but since this convenience already exists for renderDots, this would be consistent with the existing API.
A user might want to render arrows which depend on the carousel's current position in relation to the total of slides, e.g. signaling to the user to move right while there are more items to see, or move left if they're at the end of the carousel.
The user already has internal knowledge of the number of slides and can manage on their own, but since this convenience already exists for
renderDots
, this would be consistent with the existing API.