Add horizontal scroll events to <ScrollArea>
#8349
shaadcode
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Mantine team,
Currently,
<ScrollArea>supports vertical scroll events (onTopReached,onBottomReached).It would be very useful to have similar support for horizontal scroll — e.g.,
onLeftReachedandonRightReached— or a generic scroll event that works in both directions.This would simplify carousels, tables, and other horizontally scrollable content, while keeping API consistent with vertical scroll.
Beta Was this translation helpful? Give feedback.
All reactions