label.Rd
A label, generally used with inputs.
label(...)
Any named properties.
See label
htmltools::tagList( label("An input"), input("input") ) #> <ui5-label>An input</ui5-label> #> <ui5-input id="input"></ui5-input>