Code
navbar_options()
Output
<bslib_navbar_options>
position: (static-top)
inverse: (auto)
collapsible: (TRUE)
underline: (TRUE)
Code
navbar_options(inverse = TRUE, bg = "red")
Output
<bslib_navbar_options>
position: (static-top)
bg: red
inverse: TRUE
collapsible: (TRUE)
underline: (TRUE)
Code
navbar_options(position = "static-top", inverse = FALSE, collapsible = TRUE)
Output
<bslib_navbar_options>
position: static-top
inverse: FALSE
collapsible: TRUE
underline: (TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.