Description Usage Arguments Details See Also Examples
Creates a full-width container for one or more buttons. The horizontal space will be evenly divided among any buttons that are added.
1 | miniButtonBlock(..., border = "top")
|
... |
One or more |
border |
Zero or more of |
When using miniButtonBlock
with a miniTabstripPanel
, consider
passing the miniButtonBlock
to miniTabstripPanel
as the
between
argument.
For more information, see the Designing Gadget UI article on shiny.rstudio.com.
1 2 3 4 5 6 | library(shiny)
miniButtonBlock(
actionButton("reset", "Reset to defaults"),
actionButton("clear", "Clear all")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.