shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
Use HTML or CSS to get the job done!
<div class="container-fluid"> <div class="form-group shiny-input-container"> <label for="name">What's your name?</label> <input id="name" type="text" class="form-control" value=""/> </div> </div>