Skip to content

Commit 63359f1

Browse files
kilavvyAniket-Engg
authored andcommitted
Update carouselTypes.ts
1 parent bcc9c11 commit 63359f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface CarouselProps {
3434
beforeChange?: (nextSlide: number, state: StateCallBack) => void; // Change callback before sliding every time. `(previousSlide, currentState) => ...`
3535
sliderClass?: string; // Use this to style your own track list.
3636
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
3838
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.
3939
className?: string; // Use this to style the whole container with styled-components
4040
dotListClass?: string; // Use this to style the dot list.

0 commit comments

Comments
 (0)