Blazor Dropdown Menu Component Example - Default Functionalities
This sample demonstrates the default functionalities of the DropDownButton component. Clicking the DropDownButton displays 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, the DropDownButton contains an icon, content, and a list of action items, which can be customized using:
- IconCss — Add custom icons
- Content — Define button content
- Items — Configure dropdown action items
For more information, refer to the DropDownButton documentation.