Skip to content

Commit f830184

Browse files
committed
feat: add RTL support for Carousel component
1 parent d370019 commit f830184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Carousel/Carousel.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
width: 1px;
4646
}
4747

48+
.carousel.is-rtl {
49+
direction: rtl;
50+
}
51+
4852
.carousel.is-ttb .carousel__track {
4953
flex-direction: column;
5054
}

0 commit comments

Comments
 (0)