react-responsive-carousel icon indicating copy to clipboard operation
react-responsive-carousel copied to clipboard

Add indicatorContainer props to ease indicator positioning

Open sierraleonez opened this issue 1 year ago • 0 comments

Current behavior: There are no props that override the display of the container from the indicator, only the indicator that can be overridden, and the default styling placed the indicator in the bottom center of the carousel.

image image

Expected Behaviour: I need to place my indicator at the end of the container, but as far as I know, there are only props to override the display of the indicator itself, but not the container. I expect there will be a prop to customize the container of the indicator.

Expected UI: image

sierraleonez avatar Oct 14 '23 17:10 sierraleonez