-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
How/Can we add an icon to the left hand side of the NestedMenuItem? I have tried the following:
<NestedMenuItem
iconLeft = {<FaBeer />}
label="Sub-Button 3"
parentMenuOpen={!!menuPosition}
onClick={handleItemClick}
style={{paddingTop: 0, paddingBottom: 0, paddingLeft: 5, fontSize: "0.85rem"}}
>
<MenuItem onClick={handleItemClick}>Sub-Sub-Button 1</MenuItem>
<MenuItem onClick={handleItemClick}>Sub-Sub-Button 2</MenuItem>
</NestedMenuItem>
Metadata
Metadata
Assignees
Labels
No labels