Is there a component that splits the screen horizo...
# compose-desktop
m
Is there a component that splits the screen horizontally/vertically with x amount of components, and has bars between them that allow you to resize them in jetpack compose by default or do I have to make it
i
Maybe https://github.com/JetBrains/compose-jb/tree/master/components/SplitPane will be useful (there is no maven version at the moment)