View source: R/utils_general.R
inline_div | R Documentation |
Creates an inline block div component aligned top with the given width percentage
inline_div(width, ...)
width |
numeric between 0 and 1, width of the div component |
... |
Parameters to be put inside the div, usually some shiny UI elem |
a UI HTML div
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.