Blazor Dropdown Menu Component Example - Default Functionalities
This sample demonstrates the default functionalities of the DropDownButton component. Clicking the DropDownButton component will display a popup with a list of action items.
The DropDownButton
component is used to toggle contextual overlays for displaying a list of action items. It can contain both text and images.
In this sample, DropDownButton contains an icon, content, and a list of action items, which can be added using the IconCss, Content, and Items properties.
More information about the Blazor DropDownButton component can be found in this documentation section.