| uilabel {shiny.semantic} | R Documentation |
This creates a label tag using Semantic UI.
uilabel(..., type = "", is_link = TRUE)
... |
Other arguments to be added such as content of the tag (text, icons) and/or attributes (style) |
type |
Type of the label. Look at https://semantic-ui.com/elements/label.html for all possibilities. |
is_link |
If TRUE creates label with 'a' tag, otherwise with 'div' tag. #' |