Hamburger
Design System - Hamburger component

// Sample code
<Hamburger
items={[
{
children: [
{
icon: '',
label: 'City 1',
path: '/'
},
{
icon: '',
label: 'City 2',
path: '/'
}
],
icon: 'Home',
isSearchable: true,
label: 'City'
},
{
children: [
{
icon: '',
label: 'Language 1',
path: '/'
},
{
icon: '',
label: 'Language 2',
path: '/'
}
],
icon: 'DriveFileMove',
isSearchable: true,
label: 'Language'
},
{
children: [
{
children: [
{
icon: '',
label: 'InnerModule 1',
path: '/'
},
{
icon: '',
label: 'InnerModule 2',
path: '/'
}
],
icon: '',
label: 'SubModule 1',
path: '/'
},
{
icon: '',
label: 'SubModule 2',
path: '/'
}
],
icon: 'Accessibility',
isSearchable: true,
label: 'SideNav'
}
]}
onLogout={()=>{}}
onOutsideClick={()=>{}}
onSelect={()=>{}}
profile=""
profileName="ProfileName"
profileNumber="+258 6387387"
theme="dark"
transitionDuration={0.3}
userManualLabel="UserManual"
usermanuals={[]}
/>Anatomy

Variants


Properties


Property Configuration Table
Property
Value
Default
Property
Value
Default
Usage Guide


Change log
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?