### Thanks for opening an issue! Please select the type of issue you're reporting. For questions. - [ ] Bug - [x] Feature Request - [ ] Question ### Problem Report - For more friendly interactions, offer horizontal and vertical resize handlers. - `ResizeCallbackData` add an extra param axis, shows which direction that user now resize in. - ```jsx <ResizableBox onResize={(event, { element, size, axis}) => {...}} /> ``` > 