htmlwidget that adds semanticui dependencies and renders in viewer or rmarkdown.
uirender(ui, width = NULL, height = NULL, element_id = NULL)
UI, which will be wraped in an htmlwidget.
Fixed width for widget (in css units). The default is NULL, which results in intelligent automatic sizing.
Fixed height for widget (in css units). The default is NULL, which results in intelligent automatic sizing.
Use an explicit element ID for the widget (rather than an automatically generated one).