The one where we "use the platform"
Jarvis1010
released this
14 Sep 03:28
·
1220 commits
to main
since this release
In this release, we have refactored the internals of the Split
component, along with the split
CSS, to move away from the JavaScript to do the switchAt
logic and move all that to the CSS. It's also allowed me to implement a minItemWidth
prop that will allow you to set the minimum item width for the children.
Split
is also now responsive by default. The Split will automatically move to a Stack
layout if the minItemWidth cannot be maintained inline.
Thanks, and enjoy!