powered by
This creates an input shell for the actual input
uiinput(..., class = "")
Other arguments to be added as attributes of the tag (e.g. style, class or childrens etc.)
Additional classes to add to html tag.
uitextinput
# NOT RUN { library(shiny) library(shiny.semantic) # Text input uiinput( tags$label("Text input"), uitextinput("ex", type = "text", placeholder = "Enter Text") ) # }
Run the code above in your browser using DataLab