Skip to content

Commit 50a5add

Browse files
committed
chore(Carousel): added snap start utility
1 parent b839cc0 commit 50a5add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Carousel/Carousel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const Carousel = forwardRef<HTMLDivElement, CarouselProps>(
4747
'carousel',
4848
className,
4949
clsx({
50+
'carousel-start': snap === 'start',
5051
'carousel-center': snap === 'center',
5152
'carousel-end': snap === 'end',
5253
'carousel-vertical': vertical,

0 commit comments

Comments
 (0)