You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be cool if users could reuse their shiny UIs for a dash application, and more generally, insert shiny.tag/shiny.tag.list objects (from htmltools) inside their dash layout.
Since dash doesn't (yet) support arbitrary HTML, perhaps we could try to support a subset of these objects (i.e., everything but htmltools::HTML()), by translating each tag to a component.
As a side note, I wonder what shiny/htmltools does to prevent cross-side scripting (as discussed here)
The text was updated successfully, but these errors were encountered:
It'd be cool if users could reuse their shiny UIs for a dash application, and more generally, insert shiny.tag/shiny.tag.list objects (from htmltools) inside their dash layout.
Since dash doesn't (yet) support arbitrary HTML, perhaps we could try to support a subset of these objects (i.e., everything but
htmltools::HTML()
), by translating each tag to a component.As a side note, I wonder what shiny/htmltools does to prevent cross-side scripting (as discussed here)
The text was updated successfully, but these errors were encountered: