Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update docs
  • Loading branch information
meenzen committed Nov 29, 2024
commit ca14c6411c544dd9280d8f388bbd3534e52d526d
2 changes: 1 addition & 1 deletion src/MudBlazor.Docs/Pages/Components/Menu/MenuPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<SectionHeader Title="Context Menu">
<Description>
It is possible to open a menu using custom logic. This is useful when implementing context menus.
When <CodeInline>Label</CodeInline> and <CodeInline>ActivatorContent</CodeInline> are unset, no
When <CodeInline>Label</CodeInline>, <CodeInline>Icon</CodeInline> and <CodeInline>ActivatorContent</CodeInline> are unset, no
button is rendered and the menu can only be opened programmatically.
</Description>
</SectionHeader>
Expand Down