Dots component props
-
value: Number: Current Carousel value -
onChange: PropTypes.func: OnChange callback (works in the same way as onChange in Carousel component) -
number: Number: Number of slides in carousel you want to control. By default it will be set to the number of thumbnails (if provided). -
thumbnails: Array<ReactElement>: Array of thumbnails to show. If not provided, default dots will be shown. -
rtl: PropTypes.bool: Indicating if the dots should have direction from Right to Left