ukPage.RdBuild a shinyuikit pages
ukPage(..., title = NULL)
| ... | The UI elements to place in the page |
|---|---|
| title | character. The title of the page |
# NOT RUN { library(shiny) shiny::shinyApp( ui = ukPage( tags$h1("Hello UIkit"), ), server = function(input, output) {} ) # }