You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok i figured it out - this entire feature was removed in v0.2 and the documentation is out of sync. I could not figure out how you are supposed to style the individual components (seems class names are random as well... argh a throwback to 1995!)
Describe the bug
Though I am passing
resizerStyle
as part Splitpane, however its not reflecting at Resizer component. I believe its using the default styling object.Code Snippet:
<SplitPane split= "vertical" resizerStyle={{ color: '#f00', opacity: 0.3, }} > <div> Left Panel</div>; <div> Right Panel</div>; </SplitPane>
Please share any working example. Thanks in advance.
The text was updated successfully, but these errors were encountered: