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