Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<MudDialog>
|
||||
<TitleContent>
|
||||
<MudText Typo="Typo.h6">Create new Robot Configurations</MudText>
|
||||
</TitleContent>
|
||||
<DialogContent>
|
||||
<MudStepper ShowResetButton>
|
||||
<MudStep Title="Select campaign settings">Select campaign settings content</MudStep>
|
||||
<MudStep Title="Create an ad group" SecondaryText="Optional" Skippable="true">Create an ad group content</MudStep>
|
||||
<MudStep Title="Create an ad">Create an ad content</MudStep>
|
||||
</MudStepper>
|
||||
</DialogContent>
|
||||
</MudDialog>
|
||||
|
||||
@code {
|
||||
[CascadingParameter] IMudDialogInstance Dialog { get; set; } = null!;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user