UserMenuItem
<ui5-user-menu-item> | Since 2.5.0ui5-user-menu-item is the item to use inside a ui5-user-menu.
An arbitrary hierarchy structure can be represented by recursively nesting menu items.
Usage
ui5-user-menu-item represents a node in a ui5-user-menu. The user menu itself is rendered as a list,
and each ui5-menu-item is represented by a menu item in that menu. Therefore, you should only use
ui5-user-menu-item directly in your apps. The ui5-menu menu item is internal for the menu, and not intended for public use.
ES6 Module Import
import "@ui5/webcomponents-fiori/dist/UserMenuItem.js";