react-split-pane icon indicating copy to clipboard operation
react-split-pane copied to clipboard

Prop to add ToolTip to Resizer

Open nilesh1935 opened this issue 8 months ago • 0 comments

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

nilesh1935 avatar Oct 26 '23 10:10 nilesh1935