Gregor Adams

Results 184 comments of Gregor Adams

The API will remain almost unchanged. I am currently struggling with minor features (e.g. aspect-ratio resizing) I also need to refactor the new snapping logic (currently working on that) I...

@kyleknighted https://www.npmjs.com/package/react-mops/v/2.0.0-beta.0

@ustccjw can you better explain what you expect? (codesample) @pawelkosmicki There are callbacks for all of them here's an example: https://github.com/dekk-app/react-mops/blob/master/packages/demo/src/pages/home.tsx#L235-L243 where I use it in combination with redux. ```...

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...

This is under consideration. It makes sense to offer this feature but I'm not sure about the implementation yet. Idea: ```jsx const App = () => ( No need to...

NOTE: the OP screencast was made with Adobe Illustrator

This can be achieved with v2 hooks once released.

Thank you for testing and taking the time to report this issue. Can you please create a codesandbox to reproduce this issue.

I'm sorry for the lack of documentation. This project was extracted from an app, I'm working on, in my free time. Due to a lack of time this was as...

These are planned but right now I have a different focus. I will add them in v2.