mirror of
				https://github.com/lantean-code/qbtmud.git
				synced 2025-11-03 21:43:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@typeparam T
 | 
						|
 | 
						|
<MudDialog>
 | 
						|
    <DialogContent>
 | 
						|
        <MudGrid>
 | 
						|
            <MudItem xs="12">
 | 
						|
                <MudTextField Label="@Label" Value="@Value" />
 | 
						|
            </MudItem>
 | 
						|
        </MudGrid>
 | 
						|
    </DialogContent>
 | 
						|
    <DialogActions>
 | 
						|
        <MudButton OnClick="Cancel">Cancel</MudButton>
 | 
						|
        <MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
 | 
						|
    </DialogActions>
 | 
						|
</MudDialog> |