mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-02 13:03:23 +00:00
Update project name and namespaces
This commit is contained in:
11
Lantean.QBTMud/Components/Dialogs/ConfirmDialog.razor
Normal file
11
Lantean.QBTMud/Components/Dialogs/ConfirmDialog.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@inherits SubmittableDialog
|
||||
|
||||
<MudDialog>
|
||||
<DialogContent>
|
||||
@Content
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudButton OnClick="Cancel">@CancelText</MudButton>
|
||||
<MudButton Color="Color.Primary" OnClick="Submit">@SuccessText</MudButton>
|
||||
</DialogActions>
|
||||
</MudDialog>
|
||||
Reference in New Issue
Block a user