Description Usage Arguments Examples
Creates an horizontal layout with both "previous" and "next" contents side by side.
1 | glideControls(previous_content = prevButton(), next_content = nextButton())
|
previous_content |
Content of the "previous" (left) zone. |
next_content |
Content of the "next" (right) zone. |
1 2 3 4 5 6 7 | glideControls(
prevButton("Back"),
list(
lastButton(href = "https://example.com", "Go to website"),
nextButton("Next")
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.