back_btn: Back Button

Description Usage Arguments

View source: R/navigation.R

Description

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

Usage

1
back_btn(inputId = "backBtn", label = "Previous")

Arguments

inputId

a unique Id for the button (default backBtn)

label

customize the button (default Previous)


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