re-resizable icon indicating copy to clipboard operation
re-resizable copied to clipboard

allowedDirection as props

Open softmarshmallow opened this issue 4 years ago • 3 comments

         <Resizable
                ref={c => { this.resizable = c; }}
                defaultDirection={{
                     horizontal: true,
                     vertical: false,
                }}
                defaultSize={{
                    width: 375,
                    height: 812,
                }}
                onResize={this.onResize}
 
            >

like this.

softmarshmallow avatar Nov 08 '20 10:11 softmarshmallow

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!

qafoori avatar Jul 31 '21 07:07 qafoori

Needed

iamkhalidbashir avatar Jan 28 '22 12:01 iamkhalidbashir