CyCraft / planetar

A Vue framework for creating a design system styleguide with interactive component explorer 🪐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(example-card): allow to render an iframe for the example

mesqueeb opened this issue · comments

I need to show Vuetify example on blitzar
But Vuetify -- as I found out -- is terrrrrrrible as drop-in into any project because of the CSS leaking all over the place!!! literally wtf...

So my plan is to render an example card with the regular template, script, style code for the Vuetify example, but then have the actual example not be rendered based on that, but be rendered based on an iframe instead. Then I host the example somewhere and am able to prevent CSS leakage!