page_menu | R Documentation |
Adds a section to arrange inputs, that can optionally be collapsed, and positioned on any side.
page_menu(..., position = "right", width = "300px", height = NULL,
collapsible = TRUE, default_open = FALSE, wraps = TRUE, sizes = NA,
breakpoints = NA, conditions = "")
... |
Elements to appear in the menu. |
position |
A character indicating which side to place the menu on; one of
|
width |
Width of the menu, if |
height |
Height of the menu, if |
collapsible |
Logical; if |
default_open |
Logical; if |
wraps |
Logical or character ( |
sizes |
The relative size of each wrapper, between 1 and 12, or |
breakpoints |
Bootstrap breakpoint of each wrapper; one of |
conditions |
A character for each element representing the conditions in which that should be showing
(e.g., |
A character vector of the content to be added.
## Not run:
page_menu(
input_select("menu item", c("a", "b", "c"))
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.