| Title: | Beautiful Bubbles for 'shiny' and 'rmarkdown' Backgrounds |
|---|---|
| Description: | Creates bubbles within 'shiny' and 'rmarkdown' backgrounds using the 'bubbly-bg' 'JavaScript' library. |
| Authors: | Mohamed El Fodil Ihaddaden [aut, cre], David Åse [cph] (bubbly-bg library) |
| Maintainer: | Mohamed El Fodil Ihaddaden <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.2 |
| Built: | 2026-05-16 05:22:01 UTC |
| Source: | https://github.com/feddelegrand7/bubblyr |
Add beautiful interactive bubbles within Shing and RMarkdown backgrounds
bubbly(theme = "ocean", color = "white")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
if (interactive()) { ui <- fluidPage( bubbly(theme = "meteor") ) server <- function(input, output) {} shinyApp(ui = ui, server = server) }if (interactive()) { ui <- fluidPage( bubbly(theme = "meteor") ) server <- function(input, output) {} shinyApp(ui = ui, server = server) }