tomkp / react-split-pane

React split-pane component
https://tomkp.github.io/react-split-pane
MIT License
3.2k stars 409 forks source link

Prop to add ToolTip to Resizer #837

Open nilesh1935 opened 10 months ago

nilesh1935 commented 10 months ago

Is your feature request related to a problem? Please describe.

Need to Add tooltip on resizer bar

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I have tried multiple ways to add tooltip on resizer bar.. But Its not working.

Describe the solution you'd like

A simple solution will to add Prop or function which will take the tooltip description, and just display it when hover on the resizer bar.

But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature.

Describe alternatives you've considered

I have tried adding css and div with className tooltip, with pseudo class like ::before but it is not working. If you know any other way then please let me know,

Additional context

Is there any css we can write and pass to existing resizerStyle then please let me know