b-zurg/react-collapse-pane

Collapse Options

speedyT0RT0ISE opened this issue · 0 comments

Hi, Im not sure if the collapse options are working properly? I cant seem

<SplitPane split="vertical" minSize={5} defaultSize={100} collapse={true} collapseOptions={{ overlayCss: { backgroundColor: "blue" }, buttonTransition: "zoom", buttonPositionOffset: -20, collapsedSize: 5, collapseTransitionTimeout: 350, collapseDirection: 'right' }}/> but it doesnt seem to be collapsing towards the right, or changing the overlayCss or collapsed size etc?
Also - is it possible to have collapse buttons for both left and right on the same panel?
Thanks!