re-resizable
re-resizable copied to clipboard
allowedDirection as props
<Resizable
ref={c => { this.resizable = c; }}
defaultDirection={{
horizontal: true,
vertical: false,
}}
defaultSize={{
width: 375,
height: 812,
}}
onResize={this.onResize}
>
like this.
am interested with this feature.
now we should use same number or string in minHeight={number | string} and maxHeight={number | string} to keep the height fixed. but that feature would be amazing!
Needed