-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add: useClientPoint #117
Comments
@endigo9740 May I tackle this issue for you guys? I'm happy to contribute to Svelte libraries. |
Hey @edwardnguyen225 as mentioned on Discord, this should be fine, but I'll let @Hugos68 confirm. I'll let him assign the ticket if he gives the thumbs up. In the meantime, here's the React source to reference: And of course feel free to browse how the other hooks have been implemented. I'm planning to review the Thanks! |
@edwardnguyen225 Feel free to go ahead and port this hook, like Chris said you can use other hooks as well as our contribution guide to guide you, thanks! |
@edwardnguyen225 Do you still want to take on this hook? We want to move forward with this, otherwise I'll be happy to take over. |
@Hugos68 Apologies for the delay, I've been occupied with interviews. Please go ahead without me. I'll be sure to contribute to another feature soon. |
No worries, we're just trying to move fast since we've got another project waiting for this port 👍 |
Reference
https://floating-ui.com/docs/useClientPoint
Description
Positions the floating element at a given client point (x, y), usually generated by a mouse event. By default, the client’s mouse position is automatically tracked.
Props
https://floating-ui.com/docs/useClientPoint#props
The text was updated successfully, but these errors were encountered: