sidebar_brand: Create a Sidebar Brand

View source: R/core.R

sidebar_brandR Documentation

Description

Helper to build a brand structure for 'sidebar_menu(title = ...)'.

Usage

sidebar_brand(text = NULL, img = NULL, href = "#")

Arguments

text

Brand text/label

img

Optional image URL/path for brand logo

href

Optional link URL for the brand (defaults to "#")

Value

A named list suitable to pass to 'sidebar_menu(title = )'

Examples

sidebar_brand("My App", img = "logo.png")

tabler documentation built on Nov. 5, 2025, 6:05 p.m.