asPlaceholder | R Documentation |
Turn an element into a placeholder.
asPlaceholder(el, glow = FALSE)
el |
Element to turn into a placeholder. |
glow |
Whether the elements should glow. |
shiny::p() |>
asPlaceholder()
shiny::actionButton("id", "") |>
asPlaceholder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.