glideControls {shinyglide} | R Documentation |
Default controls layout
Description
Creates an horizontal layout with both "previous" and "next" contents side by side.
Usage
glideControls(previous_content = prevButton(), next_content = nextButton())
Arguments
previous_content |
Content of the "previous" (left) zone. |
next_content |
Content of the "next" (right) zone. |
Examples
glideControls(
prevButton("Back"),
list(
lastButton(href = "https://example.com", "Go to website"),
nextButton("Next")
)
)
[Package shinyglide version 0.1.4 Index]