CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
385 stars 63 forks source link

Splitter: Horizontal #73

Open gle4711 opened 1 year ago

gle4711 commented 1 year ago

Hello,

I have tried to nest several. This actually works well too. (https://try.mudblazor.com/snippet/wEmmPPGjSRJDsgKx) What I'm missing is a horizontal splitter so that I can do something similar to this: https://blazorslidertest.azurewebsites.net
Could this be implemented?

mckaragoz commented 1 year ago

Yeah, actually a horizontal splitter would be great. I also thought to implement this.

But we have a different approach in the splitter, it uses a slider to avoid js and custom drag events (to achieve fastest blazor splitter). And making this horizontal needs lots of CSS arrangement. I didn't have success on my first try.

I also be appreciated if someone try to implement this. Component is ready, we only need to rotate splitter bar and set width and height again.