I've been using this library indirectly for an Electron app (with react-joyride), and found the need to be able to move the arrow. This is because I wanted the arrow to point to something outside of the application window.
Use cases for others may be that they create a dialog and want a step to point to it from a parent window.
Hello,
The floater, including the arrow positioning, is handled by popper.js.
If you need to change its behavior, you could set a modifier function via props.
Take a look at the source
I've been using this library indirectly for an Electron app (with react-joyride), and found the need to be able to move the arrow. This is because I wanted the arrow to point to something outside of the application window.
Use cases for others may be that they create a dialog and want a step to point to it from a parent window.