import { JumboNavbar } from '@jumbo/component';
groupBehaviour
string< 'collapsible'
| 'popover'>
'collapsible'
Define how grouped menu items behave-either as collapsible sections or popovers.
items*
MenuItems
-
The array of menu item objects to be displayed in the sidebar
mini
boolean
false
If true render the navbar in mini (compact) mode. Useful for collapsed layouts
open
true
Controls whether the navbar is expanded or collapsed
theme
Theme
Optional MUI theme object to override default styling
Last updated 7 months ago