Create an rsx UI taglist
rsx_ui.Rd
rsx_ui
is a low-level function for creating rsx ui without the use of rsx_app
.
Arguments
- root
a component used as the top-level node for the shiny app
- id
TODO
- app_class
the html class attribute for the app wrapper
- resource_path
path to a resource folder, if
NULL
styles will be inlined
Value
shiny::tagList
object
See also
Other compilation:
rsx_app()
,
rsx_server()