There is currently a _Full Size_ icon which opens each <Playground> example in a modal. However, it would be useful if you could open each <Playground> example in a standalone window/new tab. For example, a modal or header component might require the size of a full browser screen to be displayed as intended without being crushed into the letterbox of the existing example section.
Stylemark is a similar library which accomplishes this by serving each example inside an iframe.
The side effect advantage of including each example inside an iframe is that it will isolate all the styles of each example without styles from Docz interfering with the example and vice versa.
Not to piggyback this request but I wonder if the current Playground could be implemented as an iframe for a similar purpose - the ability to drag to resize the Playground would be 馃敟 if media queries worked
Hy @Dobby89, in order to make our Github issues just as a bug tracker, we have a roadmap with all feature requests. So, I'll open your feature request there, please give us your vote 馃檹
Feel free to make any contribution for us @Dobby89, will be awesome 馃檹
Most helpful comment
Not to piggyback this request but I wonder if the current
Playgroundcould be implemented as an iframe for a similar purpose - the ability to drag to resize thePlaygroundwould be 馃敟 if media queries worked