-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Orientation/Position/Size props change #11
Comments
Yeah, it would be great to have it, because there is no callbacks at the moment, such as: onDragStart, onDragStop, onResizeStart, onResizeStop. |
@ustccjw can you better explain what you expect? (codesample) @pawelkosmicki There are callbacks for all of them
I am currently working on v2. It will include a documentation with better examples. |
@pixelass |
Right now those props only serve as initialStates. In v2 you can build your own custom box to add this feature. v2 will most probably deliver several dedicated components with different behavior, so once implemented this could be added by a PR as new export. I see how this can be helpful and it will definitely be added since I myself need this feature eventually. |
make
react-mops
to be a control componentThe text was updated successfully, but these errors were encountered: