bootstrapLib {shiny} | R Documentation |
Bootstrap libraries
Description
This function defines a set of web dependencies necessary for using Bootstrap components in a web page.
Usage
bootstrapLib(theme = NULL)
Arguments
theme |
One of the following:
|
Details
It isn't necessary to call this function if you use bootstrapPage()
or
others which use bootstrapPage
, such fluidPage()
, navbarPage()
,
fillPage()
, etc, because they already include the Bootstrap web dependencies.
[Package shiny version 1.9.0 Index]