|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
@ChildContent
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="btn-box text-right my-5 d-flex justify-space-between">
|
|
|
|
|
<div class="btn-content justify-space-between">
|
|
|
|
|
<button type="button" href="#" class="btn btn-secondary" aria-pressed="true" disabled="@WizardFinished" @onclick="CancelClick">Cancel</button>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="btn-group">
|
|
|
|
|
<button type="button" @onclick="PreviousSlide" class="btn btn-core mr-2" aria-pressed="true" disabled="@WizardFinished"><i class='bx bx-chevron-left'></i>@PreviousBtnText</button>
|
|
|
|
|
<button type="button" @onclick="NextSlide" class="btn btn-core mr-2" aria-pressed="true" disabled="@WizardFinished">@NextBtnText<i class='bx bx-chevron-right'></i></button>
|
|
|
|
|
</div>
|
|
|
|
|