-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
feat(pagination-nav): add tooltipPosition
prop
#1733
feat(pagination-nav): add tooltipPosition
prop
#1733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimpleProgrammingAU I'd say this is good to go, depending on how you feel about this one prop definition change.
@metonym though the React component doesn't offer control over the PaginationNav's tooltip positioning, nor do the docs have strict guidelines on tooltip positioning, I feel this enhancement is good. The inside
and outside
options are interesting, and I suppose they can be included as well.
Outside example:
Inside example:
@theetrain Makes sense to me! @SimpleProgrammingAU Thank you for working on this 🙏 |
tooltipPosition
prop
Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
Agree with documentation change; added commit. Should be ready for merge (?) 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Added the following options for
tooltipPosition
for thepaginationNav
component as requested in #1656:"left"
"right"
"top"
"bottom"
"outside"
"inside"
Close #1656
This is my first pull request for this project. Lemme know if I've messed anything up 👍