For the past few months, I have been experimenting with React and Material UI and put one very simple application into production.
I am working on my second app which will be an online membership application. It will need masked inputs for things such as dates, SSN# and credit cards. This is where Mui started to fall short. My company already licenses the DevCraft bundle for a WPF project so I started digging into Kendo. It has all the controls I need and others I didn't even thinks of using.
My initial question isn't about the controls, but to point me in a direction for best practices responsive layout containers. Mui has Grid (not to be confused with a Data Grid), boxes and Container which helps with that.
It's not clear to me how you do this with Kendo. Do you have any articles to share.
Thanks
Anthony