| navbar_menu | R Documentation |
Create the top header used in boxed layout. This function accepts raw 'li' items (created by 'menu_item') or a 'sidebar_brand()' attached as 'title' attribute on a 'ul'.
navbar_menu(..., brand = NULL, show_theme_button = FALSE)
... |
Additional nodes to include (typically 'menu_item()' elements) |
brand |
Optional brand for the navbar; either a string (text title), 'sidebar_brand(...)' or a named list with elements 'text' and 'img' (URL/path). |
show_theme_button |
Whether to show the theme toggle buttons (default: 'FALSEā). |
An HTML tag for the header
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.