<form action="#" method="post">
<div data-kt-stepper="true">
<div class="kt-card">
<div class="kt-card-header h-auto px-10 py-5">
<div
data-kt-stepper-item="#stepper_1"
class="active flex gap-2.5 items-center"
>
<div
class="shrink-0 rounded-full size-8 flex items-center justify-center text-sm font-semibold bg-muted text-muted-foreground kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white"
>
<span
data-kt-stepper-number="true"
class="kt-stepper-item-completed:hidden"
>1</span
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-check size-4 hidden kt-stepper-item-completed:inline"
aria-hidden="true"
>
<path d="M20 6 9 17l-5-5"></path>
</svg>
</div>
<div class="flex flex-col gap-0.5">
<h4
class="text-sm font-medium text-mono kt-stepper-item-completed:opacity-70"
>
Step 1
</h4>
<span
class="text-sm text-muted-foreground kt-stepper-item-completed:opacity-70"
>Description</span
>
</div>
</div>
<div
data-kt-stepper-item="#stepper_2"
class="flex gap-2.5 items-center"
>
<div
class="shrink-0 rounded-full size-8 flex items-center justify-center text-sm font-semibold bg-muted text-muted-foreground kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white"
>
<span
data-kt-stepper-number="true"
class="kt-stepper-item-completed:hidden"
>2</span
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-check size-4 hidden kt-stepper-item-completed:inline"
aria-hidden="true"
>
<path d="M20 6 9 17l-5-5"></path>
</svg>
</div>
<div class="flex flex-col gap-0.5">
<h4
class="text-sm font-medium text-mono kt-stepper-item-completed:opacity-70"
>
Step 2
</h4>
<span
class="text-sm text-muted-foreground kt-stepper-item-completed:opacity-70"
>Description</span
>
</div>
</div>
<div
data-kt-stepper-item="#stepper_3"
class="flex gap-2.5 items-center"
>
<div
class="shrink-0 rounded-full size-8 flex items-center justify-center text-sm font-semibold bg-muted text-muted-foreground kt-stepper-item-active:bg-primary kt-stepper-item-active:text-primary-foreground kt-stepper-item-completed:bg-green-500 kt-stepper-item-completed:text-white"
>
<span
data-kt-stepper-number="true"
class="kt-stepper-item-completed:hidden"
>3</span
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-check size-4 hidden kt-stepper-item-completed:inline"
aria-hidden="true"
>
<path d="M20 6 9 17l-5-5"></path>
</svg>
</div>
<div class="flex flex-col gap-0.5">
<h4
class="text-sm font-medium text-mono kt-stepper-item-completed:opacity-70"
>
Step 3
</h4>
<span
class="text-sm text-muted-foreground kt-stepper-item-completed:opacity-70"
>Description</span
>
</div>
</div>
</div>
<div class="kt-card-content px-5 py-20">
<div class="" id="stepper_1">
<div
class="flex items-center justify-center text-lg font-semibold text-mono"
>
Step
<!-- -->1
</div>
</div>
<div class="hidden" id="stepper_2">
<div
class="flex items-center justify-center text-lg font-semibold text-mono"
>
Step
<!-- -->2
</div>
</div>
<div class="hidden" id="stepper_3">
<div
class="flex items-center justify-center text-lg font-semibold text-mono"
>
Step
<!-- -->3
</div>
</div>
</div>
<div class="kt-card-footer justify-between p-5">
<div>
<button
class="kt-btn kt-btn-secondary kt-stepper-first:hidden"
data-kt-stepper-back="true"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-arrow-left"
aria-hidden="true"
>
<path d="m12 19-7-7 7-7"></path>
<path d="M19 12H5"></path></svg
>Back
</button>
</div>
<div>
<button
class="kt-btn kt-btn-secondary kt-stepper-last:hidden"
data-kt-stepper-next="true"
>
Next<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="lucide lucide-arrow-right"
aria-hidden="true"
>
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg></button
><button class="kt-btn hidden kt-stepper-last:inline-flex">
Submit
</button>
</div>
</div>
</div>
</div>
</form>