Default
Function: default()
[object Object]
Defined in: app/components/Menu/MenuBranding.tsx:14
A branding subcomponent typically used in NavBars or SideBars. Displays a clickable logo and title that links to the application's homepage.
Parameters
props
Component props.
homepage?
string = "/"
Route path for the branding link.
icon?
string = ...
Source URL for the brand logo.
title?
string = "Sticky"
Text for the brand name.
Returns
[object Object]