Use tagList() on elements you want in the same row
gentelellaPage(..., title_tag = "Gentelella Shiny",
site_title = a(class = "site_title", icon("paw"), span("Shiny HTML")),
menuItems = NULL, footer = NULL, tracking = NULL)
ui elements that will be rendered into a fluidRow per entry
Title tag passed to headerBoilerPlate
Website title passed to sideBarBoilerPlate
Sidebar menu items created with sideBarElement
Footer message
If not NULL, pass in trackingTags to enable web analytics
a function suitable for a ui.R page