- Issue created by @pdureau
Breakpoints is a design system artifact with YAML plugin discovery.
There are some in Core modules:
But they are mostly found in themes:
So, they need to be leverage by display builder, like we already do with Icons, SDC, Styles...
We can add a Viewport switcher, in Builder & Preview panels, using those breakpoints, like Chrome is doing:
Notes:
iframe
HTML element in those islands, in order to let the browser recalculate the viewport dimension. Careful about performance issue and implementation complexity, especially related to HTMX.Let's keep the implementation as simple as possible. It it goes out of control, we can postpone it.
Active
1.0
UI/UX/Islands