I'm working on a project that involves creating a dialog box that can be resized and dragged. While I found steps in the Material-UI Dialog documentation on how to make it draggable, I'm still looking for information on how to make it resizable. Any suggestions on how to achieve this?
You can check out a sample code here.
UPDATE:
Here is the functional and typescript version of @Khabir's answer:
// Code goes here
For more details, you can refer to the full code snippet above.
This solution was implemented using typescript 3.8.3 and @material-ui/core 4.9.7