## The Panel component should be able to take CSS values for defaultSize, maxSize & minSize ### e.g. ```tsx // ... <Panel defaultSize='10svw' {/* ... */} > // ... ``` Much more convenient not having to use window.innerWidth / window.innerHeight. As well as more accurate when it comes to newer values such as dvw, dvh, swv, svh, etc.