split icon indicating copy to clipboard operation
split copied to clipboard

Unopinionated utilities for resizeable split views

Results 144 split issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering if there is a counter part for "collapsed={index}". Some way to expand a specific element. The intuitive way would be to set all other elements to...

I've got an issue where the entire Split system isn't being initialized (no gutter present) if the second of my two children is being conditionally rendered. My second child is...

In my point of view, collapse should resize to 0 even if the minSize is superior. The minSize should affect the size when dragging/resizing only. Then we could use the...

enhancement
split.js

Bumps [terser](https://github.com/terser/terser) from 5.0.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.0.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.37.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.35.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

I want to use this split.js in my custom shadow element but every time when I call the **var instance = Split([], ...)**. and it is not able to find...