This sample demonstrates the template functionalities of the Menu
component. Interact with Menu
using hover/click to display sub menu pop-up items with its customized templates.
The menu component has an option to customize menu items using the Template
property, so that the menu items can be rendered according to the requirement.
In this demo, the below customizations are demonstrated.
Badge
component are rendered in a single li with customized css styles.
Card
component in a single li.For more information, you can refer to the templates section from the documentation.