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