antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.9k stars 168 forks source link

Getting Resize Event Emit in pixel #149

Open shishirraven opened 2 years ago

shishirraven commented 2 years ago

Great component, Loved it, but I am facing one slight issue the event of resize is in percentage.

This is useful when we are using a Responsive layout, it would actually help manage the inner View. Please suggest if there is way to get the size in pixel.

shishirraven commented 2 years ago

Added a pull request to add the functionality. https://github.com/antoniandre/splitpanes/pull/150

shishirraven commented 2 years ago

150