Learn R Programming

shiny.semantic (version 0.3.0)

uiinput: Create Semantic UI Input

Description

This creates an input shell for the actual input

Usage

uiinput(..., class = "")

Arguments

...

Other arguments to be added as attributes of the tag (e.g. style, class or childrens etc.)

class

Additional classes to add to html tag.

See Also

uitextinput

Examples

Run this code
# 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