day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Splits should accept a fixed width as initial-split #178

Closed Frozenlock closed 3 years ago

Frozenlock commented 6 years ago

The re-com demo is a great example of why that is. When visiting the page with the browser in "half-screen-mode", the menu is squished and the user needs to change the split manually.

Many uses of the split are with at least one panel for which we already know the initial width we want.