label.Rmd
The label() is a component used to represent a label for elements like input, textarea, select.
label()
See the official documention for label, for all the correct props.
htmltools::tagList( label("An input"), input("input") )
htmltools::tagList( label("An input", `show-colon` = TRUE), input("input") )