R/misc.R
row.Rd
A simple row div
row(...)
The elements to include within the body of the row
An HTML containing elements of a container with class row to be embedded in a page
row(shiny::div(width=12,"Hello nextGenShinyApps"))#> <div class="row"> #> <div width="12">Hello nextGenShinyApps</div> #> </div>