Is there a collection of desktop widget for compos...
# compose-desktop
s
Is there a collection of desktop widget for compose? I'm looking for split pane with a drag handle.
o
There’s SplitPane component published with regular builds, see https://github.com/JetBrains/compose-jb/tree/master/components/SplitPane
s
Ah, that's perfect, thank you.