gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
220 stars 37 forks source link

Possibility to round the arrow or provide SVG for it #60

Closed clementdevos closed 5 years ago

clementdevos commented 5 years ago

🚀 Feature Idea

Hi there, we're already using a popper card in our app but the arrow is not a triangle, and we'd like to override react-joyride tooltip arrow (so the arrow of react-floater)

Motivation

Unify the arrow looks of the Tooltips in our app

Example

this is our arrow image

Any idea how we could do that ? The code looks like it's drawing polygons!

gilbarbara commented 5 years ago

Hello, There's no way to change the curvature of the arrow and this level of customization isn't something I plan to work on. Feel free to submit a PR.

clementdevos commented 5 years ago

Thanks for your reply!