DropMenu
DropMenu component is a versatile dropdown menu used in Blazor applications. It allows you to create a button that, when clicked, opens a callout or dropdown menu. This can be particularly useful for creating navigation menus, action lists, or any other interactive elements that require a dropdown.
Usage
Basic
Show code
Basic
This is the content
Click me
Disabled
This is the content
Click me
Transparent
This is the content
Click me
Icon
Show code
Customizing the drop menu icons.
IconName
This is the content
ChevronDownIcon
This is the content
Responsive
Show code
Rendering the callout in responsive mode on small screens.
Responsive
This is the content
This is the content
This is the content
This is the content
Template
Show code
Here is an example of customizing the drop menu.
A template
This is the content
Events
Show code
Utilizing the drop menu OnClick event:
Click me (0)
This is the content
Style & Class
Show code
Further customization by overriding default styles and classes, allowing tailored design modifications to suit specific UI requirements.
Component's Style & Class:
Styled Drop menu
This is the content
Classed Drop menu
This is the content
Styles & Classes:
Styled Drop menu
This is the content
Classed Drop menu
This is the content
RTL
Show code
Use BitDropMenu in right-to-left (RTL).
منو
این یک محتوای تستی می باشد.
API
BitDropMenu parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitDropMenuClassStyles properties
Name |
Type |
Default value |
Description |
---|---|---|---|
BitVisibility enum
Name |
Value |
Description |
---|---|---|
BitDir enum
Name |
Value |
Description |
---|---|---|
- On this page