Description
I use Puck in component in website (iframe) but interface it's not suitable for small desktops.I see mobile interface in puck version 0.21.0 i want to use mobile interface in 1140px (width at puck component) but i can't set breakpoint to switch interface
Proposals
Proposal 1
Introduce mobileBreakpoint props for the puck configuration
<Puck
config={...}
viewports={[...]}
metadata={...}
overrides={...}
mobileBreakpoint={1140} // or mobileBreakpoint={"1140px"}
/>
Description
I use Puck in component in website (iframe) but interface it's not suitable for small desktops.I see mobile interface in puck version 0.21.0 i want to use mobile interface in 1140px (width at puck component) but i can't set breakpoint to switch interface
Proposals
Proposal 1
Introduce
mobileBreakpointprops for the puck configuration