includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
To target a nested element …
div { background-color: black; } div p { color: white; }
div { background-color: black; p { color: white; } }