Skip to content

Commit

Permalink
Add link to C# type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Aug 7, 2024
1 parent e3724d3 commit 312eb77
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/BlazorJsonFormTester.Core/TestingComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@

<div>

<div style="display:flex; justify-content: center;">
<div style="display:flex; justify-content: center; gap: 2rem;">
<MudSwitch
@bind-Value="_nullableMode"
@bind-Value:after="OnModeChanged"
Color="Color.Secondary"
Label="Nullable mode">
</MudSwitch>

<MudChip
T="string"
Href="https://github.com/Apollo3zehn/BlazorJsonForm/blob/dev/src/BlazorJsonFormTester.Core/Types.cs"
Target="_blank"
Variant="Variant.Text"
Icon="@Icons.Material.Filled.ExitToApp"
Color="Color.Secondary">
.NET Type Definition
</MudChip>
</div>

<div style="display: flex; gap: 1rem; margin: 1rem;">
Expand Down

0 comments on commit 312eb77

Please sign in to comment.