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
Currently, the min-size, default-size, and max-size properties of the Splitter component only support percentages. Sometimes I wish to set them in pixels.
Example:
<SplitterPanel
min-size="35px"
>
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.