devtools::load_all()
remotes::install_github("nteetor/yonder")
App(
Component(
template = div(
buttonInput(id = "click", "A simple button") %>%
background("green") %>%
margin(3)
),
static = "A static string",
function(num = input$click) {
print(static)
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.