input: Input

Description Usage Arguments

View source: R/input.R

Description

Create a input field for use in Shiny. This component returns an input element (either password or text) with the addition of functions for validating inputs

Usage

1
input(inputId, label, type = "text", icon = NULL)

Arguments

inputId

unique ID for the component

label

text that describes the input

type

input type (password or text)

icon

an rheroicons icon


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