Overview
TheSplit component allows you to define layouts with flexible widths, using flexbox.
grow() to consume available horizontal space, without affecting the amount of space needed to render the second section. This creates a sidebar effect.
The from() method is used to control the Tailwind breakpoint (sm, md, lg, xl, 2xl) at which the split layout should be used. In this example, the split layout will be used on medium devices and larger. On smaller devices, the sections will stack on top of each other.