Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert shiny.tag/shiny.tag.list objects to components? #1

Closed
cpsievert opened this issue Aug 23, 2017 · 2 comments
Closed

Convert shiny.tag/shiny.tag.list objects to components? #1

cpsievert opened this issue Aug 23, 2017 · 2 comments

Comments

@cpsievert
Copy link
Contributor

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)

@cpsievert cpsievert self-assigned this Aug 23, 2017
@cpsievert
Copy link
Contributor Author

Proof-of-concept in #7

@rpkyle
Copy link
Contributor

rpkyle commented Aug 12, 2019

This is not part of the current feature roadmap; closing for now.

@rpkyle rpkyle closed this as completed Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants