Description Usage Arguments Value Examples
Add beautiful interactive bubbles within Shing and RMarkdown backgrounds
1 | bubbly(theme = "ocean", color = "white")
|
theme |
Name of the bubbles theme. See the vignette for a list of themes. |
color |
Text color. Defaults to 'white' |
Themed interactive bubbles for Shiny and RMarkdown backgrounds
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | if (interactive()) {
ui <- fluidPage(
bubbly(theme = "meteor")
)
server <- function(input, output) {}
shinyApp(ui = ui, server = server)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.