.menu-item
Element
Creates a clickable menu item with label, optional icon/image, and action block
Can also use:
.mi
.tiny
.small
.medium
.large
.extra
Syntax
.menu-item "Settings" [show-settings]
with text label and action block
.menu-item $label [onclick]
with variable label and action block
.menu-item !settings "Settings" [show-settings]
with icon, text label, and action block
.menu-item !icon $label [onclick]
with icon, variable label, and action block
.menu-item %avatar "Profile" [show-profile]
with image, text label, and action block
.menu-item %image $label [onclick]
with image, variable label, and action block