bjgrosse / react-resize-panel

Simple React resize panel component
MIT License
139 stars 55 forks source link

Resize limit? #2

Closed mistermboy closed 4 years ago

mistermboy commented 4 years ago

Is there any way to set a limit while resizing?

bjgrosse commented 4 years ago

The resize panel respects the min/max sizes of the contained elements. So if you have a min-width set on the child div, the panel will respect that width.

mistermboy commented 4 years ago

Thanks!