uilabel: Create Semantic UI label tag
Description
This creates a label tag using Semantic UI.
Usage
uilabel(..., type = "", is_link = TRUE)
Arguments
...
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.
#'