Some shiny components
devtools::install_github("shunsambongi/shuny")
library(shuny)
library(shiny)
groupInput("group",
placeholder = "Search for something...",
right = groupButton(
actionButton("search", "Search")
)
)
groupInput("group2",
left = groupAddon("@"),
placeholder = "Username"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.