sidebar_brand {tabler}R Documentation

Create a Sidebar Brand

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")

Loading...