forward_btn: Forward Button

Description Usage Arguments

View source: R/navigation.R

Description

Create a forward button for use in the navigation container. By default, this button renders with the inputId defined as forwardBtn. The button can be accessed in the shiny server via input$forwardBtn. You can also set the button label. The default is Next.

Usage

1
forward_btn(inputId = "forwardBtn", label = "Next")

Arguments

inputId

a unique Id for the button (default forwardBtn)

label

set the button label (default Next)


InControlofEffects/iceComponents documentation built on April 1, 2021, 5:51 a.m.