You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @aeagle - we have a requirement where we need a custom-built ResizeHandle component. So could we have a way in which we can pass a custom component via props?
Something like this probably. <Space.Left resizable={true} resizeHandleComponent={} size="20%" />
The text was updated successfully, but these errors were encountered:
Hi @aeagle - we have a requirement where we need a custom-built ResizeHandle component. So could we have a way in which we can pass a custom component via props?
Something like this probably.
<Space.Left resizable={true} resizeHandleComponent={} size="20%" />
The text was updated successfully, but these errors were encountered: