atk / solid-blocks

UI building blocks for SolidJS.
https://atk.github.io/solid-blocks/
82 stars 2 forks source link

splitter component #8

Open milahu opened 2 years ago

milahu commented 2 years ago

i just did a quick port from svelte to solidjs-resizable-splitter-component

the code (js + css) is rather hacky ... but it works ; ) maybe add this to solid-blocks?

atk commented 2 years ago

It's using styled components, which doesn't fit into solid-blocks. Also, I would like a splitter component to have live updates, not only update on key up.