powered by
Helper to build a brand structure for `sidebar_menu(title = ...)`.
sidebar_brand(text = NULL, img = NULL, href = "#")
A named list suitable to pass to `sidebar_menu(title = )`
Brand text/label
Optional image URL/path for brand logo
Optional link URL for the brand (defaults to "#")
sidebar_brand("My App", img = "logo.png")
Run the code above in your browser using DataLab