Create a glide control only shown on first or last screen
These controls generate an <a>
tag, so you can use href
attributes.
firstButton
is only shown on the first screen of the app, and finalButton
only
on the last screen.
firstButton("Go to website", href = "https://example.com", class = "btn btn-primary")
#> <a class="btn btn-primary first-screen" href="https://example.com">Go to website</a>