My goal is to show my components on multiple layout (using media queries - Small, Medium, Large) inside my style guide. The only way I can think of is using iframe
since using HTML elements won't work with media queries.
How can I achieve this? I am also open to any suggestions (as in, non iframe
approach).