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