Blazor Tooltip Example - Tooltip Menu
This sample demonstrates how to customize the Blazor Tooltip component to show the list of menu items as its content.
Tooltip
has been integrated with the ListView component to display the tooltip menu. With the help of the OnRender event, the template content of tooltip will be changed to show a different ListView, which appears like a menu. On clicking the toolbar items, the corresponding tooltip menu will be opened.