svelte-splitter icon indicating copy to clipboard operation
svelte-splitter copied to clipboard

Results 6 svelte-splitter issues
Sort by recently updated
recently updated
newest added

Not so easy for a "newbe" like me to know which import to use

Do you think this using this https://github.com/bluwy/svelte-fast-dimension package could have a positive impact on performance?

Hi Geoff I'm keen to know if you have thought about scrollable content inside the split panes/divs? Also should be console.log(`${event.detail.percent}`) for the onChanged event Brett

Reproduce: split right panel once, split that and remove the sub-split. Split again and it should now be in a state where it will cause mirror changes as well. https://i.imgur.com/pzqANtY.gif

I want dynamically change between the primary and secondary panes. I can't seem to be able to do that while maintaining the content in my components. Using `if else` statements...

@GeoffCox Thanks for developing this awesome svelte library! There is a problem of using this library in my repo in the latest sveltekit environment. I migrated the package to svelte4...