JayKayDeon

Results 2 comments of JayKayDeon

Some inspiration: there is a component for the angular framework that offers some advanced options for nesting layouts (https://angular-split.github.io/). Using that split-component you can easily do something like this: ![split-panel](https://github.com/vaadin/web-components/assets/45625461/f0c314b7-d0d7-4cd7-a013-1a515d361064)...

My two cents: API wise I'd like to just set "width", "minWidth" and "maxWidth" to control this behavior, everything else already feels like an "implementation detail".... See https://angular-split.github.io/, having exactly...