Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Property to pass in a scroll event handler to ScrollArea --> ScrollAreaViewport #489

Open
2 tasks done
scottagt opened this issue Apr 14, 2024 · 0 comments
Open
2 tasks done

Comments

@scottagt
Copy link

Describe the feature

I needed a way to detect if a ScrollArea was at the bottom of it's scroll view port in the process of implementing an Infinite Scroll functionality. I added a new property to ScrollArea that allows a parent component to pass a event handler function. ScrollArea passes this function from it's props to ScrollAreaViewport.

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant