-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use Plots or other HTML Based inputs in ReactR Components possible? #67
Comments
You have to pass
|
Key QuestionShould HelpersAlso @stla #61 provides some additional helpers to support cases where For instance, I think we can view the struggle with this simple example.
|
I have added |
closing since I believe |
Hello everybody,
I played around with the
reactsTrap
example and created a custom Flipcard with receivedprops
.The R file looks like this:
The example works pretty fine and I am able to pass a label as plain text. What I desire to do is to pass more complex html Elements as props, for example a Plot from HighcharteR.
Passing everything else than plain text results in an Error:
action_button("bla", label = tags$p("test"))
Error: No method asJSON S3 class: shiny.tag
Is it possible to pass more complex objects there?
The text was updated successfully, but these errors were encountered: