quarto-ext / shinylive

Quarto extension to embed Shinylive for Python applications
https://quarto-ext.github.io/shinylive/
MIT License
141 stars 7 forks source link

Option to return just the iframe #30

Open gshotwell opened 8 months ago

gshotwell commented 8 months ago

Currently when you view a shinylive app in quarto you end up with a bunch of containers around the iframe which holds the app. This is great when you want the editor/viewer experience, but makes it quite hard to style if you just want to include the app in another site. Can we have an option for the block to just return an iframe?