| inline | R Documentation |
Wrapper for a line (or paragraph) containing a mix of explanatory text and inshiny inline widgets.
inline(..., class = "mb-1")
... |
Unnamed arguments: Inline widgets (such as |
class |
Extra classes to apply to the line. The default, |
An HTML element to be included in your Shiny UI definition.
ui <- bslib::page_fixed(
shiny::h1("Hello!"),
inline("My name is ", inline_text("myname", "Sisyphus"), "."),
inline("Please enter your name carefully.", style = "font-weight:bold")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.