| miniPage {miniUI} | R Documentation | 
Page function for Shiny Gadgets
Description
Designed to serve as the outermost function call for your gadget UI. Similar
to fillPage, but always includes the Bootstrap CSS
library, and is designed to contain miniTitleBar,
miniTabstripPanel, miniContentPanel, etc.
Usage
miniPage(..., title = NULL, theme = NULL)
Arguments
| ... | Elements to include within the page. | 
| title | The title to use for the browser window/tab (it will not be shown in the document). | 
| theme | URL to alternative Bootstrap stylesheet. | 
See Also
For more information, see the Designing Gadget UI article on shiny.rstudio.com.
[Package miniUI version 0.1.1.1 Index]