You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beforeChange?: (nextSlide: number,state: StateCallBack)=>void;// Change callback before sliding every time. `(previousSlide, currentState) => ...`
35
35
sliderClass?: string;// Use this to style your own track list.
36
36
itemClass?: string;// Use this to style your own Carousel item. For example add padding-left and padding-right
37
-
itemAriaLabel?: string;// Use this to add your own Carousel item aria-label.if it is not defined the child aria label will be applied if the child dont have one than a default empty string will be applied
37
+
itemAriaLabel?: string;// Use this to add your own Carousel item aria-label.if it is not defined the child aria label will be applied if the child doesn't have one, then a default empty string will be applied
38
38
containerClass?: string;// Use this to style the whole container. For example add padding to allow the "dots" or "arrows" to go to other places without being overflown.
39
39
className?: string;// Use this to style the whole container with styled-components
40
40
dotListClass?: string;// Use this to style the dot list.
0 commit comments