bootstrapPage
From shiny v0.9.1
by Winston Chang
Create a Bootstrap page
Create a Shiny UI page that loads the CSS and JavaScript for
Usage
bootstrapPage(..., title = NULL, responsive = TRUE, theme = NULL)basicPage(...)
Details
This function is primarily intended for users who are proficient in
HTML/CSS, and know how to lay out pages in Bootstrap. Most applications
should use fluidPage
along with layout functions like
fluidRow
and sidebarLayout
.
Value
A UI defintion that can be passed to the shinyUI function.
Note
The basicPage
function is deprecated, you should use the
fluidPage
function instead.
See Also
Community examples
Looks like there are no examples yet.