I built a web platform and I would like to block the responsive browsing, so users have to use the desktop view to navigate. I want to make something similar to Flutterflow blocks, as showed below.
Is there any smart way of building something like this?
I'm thinking to create a component (like below) stacked to the page that shows only when the width is lower then X. But I don't know if there is another way to do it preserving performance and user experience.