Description Usage Arguments Value
View source: R/input-actiongroupbuttons.R
Create a group of actions buttons.
1 2 | actionGroupButtons(inputIds, labels, status = "default", size = "normal",
direction = "horizontal", fullwidth = FALSE)
|
inputIds |
The |
labels |
Display a text in the center of each button. |
status |
Color of the buttons |
size |
Size of the buttons ('xs', 'sm', 'normal', 'lg') |
direction |
Horizontal or vertical |
fullwidth |
If TRUE, fill the width of the parent div |
An actions buttons group control that can be added to a UI definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.