We allow you to add breakpoints for responsive design when using the style
attribute of the components.
We currently support mobile
and tablet
breakpoint.
window.didomiConfig = {containers: [{id: "CONTAINER_1_ID",entities: {...},components: {breakpoints: {mobile: 767},activeComponents: [...],layout: {...}}}]};
We are almost done. The last step is to create the layout of our visual components.