mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-03 05:23:17 +00:00
Add project files.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@typeparam T
|
||||
|
||||
<MudDialog>
|
||||
<DialogContent>
|
||||
<MudGrid>
|
||||
<MudItem xs="12">
|
||||
<MudNumericField Label="@Label" Value="@Value" Min="Min" Max="Max" />
|
||||
</MudItem>
|
||||
<MudItem xs="12">
|
||||
<MudSlider ValueLabel="true" Value="@Value" Min="Min" Max="Max" />
|
||||
</MudItem>
|
||||
</MudGrid>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudButton OnClick="Cancel">Cancel</MudButton>
|
||||
<MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
|
||||
</DialogActions>
|
||||
</MudDialog>
|
||||
Reference in New Issue
Block a user