forked from MudBlazor/MudBlazor
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added class and style to menu item pass through
Added menu test for class pass thorough
- Loading branch information
1 parent
d49e87a
commit 6a77e41
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/MudBlazor.UnitTests.Viewer/TestComponents/Menu/MenuTest1.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@namespace MudBlazor.UnitTests.TestComponents | ||
|
||
<MudMenu Label="Full Menu Width" Variant="Variant.Filled" Color="Color.Primary" FullWidth="true"> | ||
<MudMenuItem>1</MudMenuItem> | ||
<MudMenuItem Class="test-class">1</MudMenuItem> | ||
<MudMenuItem Link="https://www.test.com">2</MudMenuItem> | ||
<MudMenuItem Link="https://www.test.com" Target="_blank">3</MudMenuItem> | ||
</MudMenu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters