Replies: 1 comment 2 replies
-
I'm also stuck on this, as far as I can tell, there's no way to implement a custom handler in the case of more than 1 resizeHandle (se, ne, etc) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am referring to the documentation:
// Custom component for resize handles
// See
handle
as used in https://github.com/react-grid-layout/react-resizable#resize-handle// Your component should have the class
.react-resizable-handle
, or you should add your custom// class to the
draggableCancel
prop.resizeHandle?: ReactElement | ((resizeHandleAxis: ResizeHandleAxis, ref: ReactRef) => ReactElement),
The documentation is not clear on how to implement a custom resizeHandle. Can you please provide some examples on how this can be done. I am able to use the default resize handle and it works fine. But I would like to use a custom resize handle that we use in our applications.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions