| sidebar_brand | R Documentation |
Helper to build a brand structure for 'sidebar_menu(title = ...)'.
sidebar_brand(text = NULL, img = NULL, href = "#")
text |
Brand text/label |
img |
Optional image URL/path for brand logo |
href |
Optional link URL for the brand (defaults to "#") |
A named list suitable to pass to 'sidebar_menu(title = )'
sidebar_brand("My App", img = "logo.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.