Hi team,
I'm trying to make components within a split pane to be dynamic (show/hide based on how much width the pane is actually occupying)
It would be great to have an attribute, like currentWidth, that can be referenced to then hide/show components.
Use case example, if width is 5% or less, I will show icons, which then in turn will set up the width to a larger one and show components. Let's say I have a chart, and a map that are next to each other, I would like to show the map ONLY after the user expands it more than let's say 35%.
Thanks!