mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
<MudDialog>
|
|
<DialogContent>
|
|
@Content
|
|
</DialogContent>
|
|
<DialogActions>
|
|
<MudButton OnClick="Cancel">@CancelText</MudButton>
|
|
<MudButton Color="Color.Primary" OnClick="Submit">@SuccessText</MudButton>
|
|
</DialogActions>
|
|
</MudDialog> |