A visual guide that divides forms into steps, showing progress and improving usability by focusing on one section at a time. Ideal for multi-step workflows.
You can find the code here:
Shoutout to @John_Romano for that helpful and amaaaaazing centralized AI Components Hub!
If the link doesn’t work, here is the raw code:
<html style="height: auto !important; --color-accent: 208deg 89% 32%;" class="color-scheme-light"><head>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
<meta name="color-scheme" content="light dark">
<style>
html, body {
font-family: 'Inter', sans-serif;
background-color: transparent;
}
</style>
<script type="module">
import { init } from "https://components.glide.info/shell/v1.js";
document.addEventListener("DOMContentLoaded", () => {
init({"fieldsDataObject":{"stepCount":null,"selectedStep":null},"schema":[{"name":"stepCount","type":"number","id":"stepCount"},{"name":"selectedStep","type":"number","id":"selectedStep"}],"actions":[],"debug":false})
});
</script>
<style>/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com*/*,:after,:before{border-color:hsl(var(--color-gray-200)/1);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:hsl(var(--color-gray-400)/1);opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.body-base{font-size:1rem;line-height:1.5rem;line-height:1.5}@media (min-width:768px){.body-base{font-size:.875rem;line-height:1.25rem}}.absolute{position:absolute}.relative{position:relative}.left-\[20px\]{left:20px}.top-1\/2{top:50%}.z-0{z-index:0}.z-10{z-index:10}.flex{display:flex}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-3{height:.75rem}.w-10{width:2.5rem}.w-3{width:.75rem}.w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)}.w-full{width:100%}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border-accent{--tw-border-opacity:1;border-color:hsl(var(--color-accent)/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:hsl(var(--color-gray-300)/var(--tw-border-opacity))}.bg-accent{--tw-bg-opacity:1;background-color:hsl(var(--color-accent)/var(--tw-bg-opacity))}.bg-background{--tw-bg-opacity:1;background-color:hsl(var(--color-background-DEFAULT)/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:hsl(var(--color-gray-300)/var(--tw-bg-opacity))}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.font-semibold{font-weight:600}.text-gray-600{--tw-text-opacity:1;color:hsl(var(--color-gray-600)/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\@container{container-type:inline-size}@layer colors{:root.color-scheme-auto{--color-gray-0:0deg 0% 100%;--color-gray-50:0deg 0% 98%;--color-gray-100:0deg 0% 96%;--color-gray-200:0deg 0% 94%;--color-gray-300:0deg 0% 88%;--color-gray-400:0deg 0% 68%;--color-gray-500:0deg 0% 56%;--color-gray-600:0deg 0% 44%;--color-gray-700:0deg 0% 31%;--color-gray-800:0deg 0% 20%;--color-gray-900:0deg 0% 5%;--color-gray-950:0deg 0% 0%;--color-background-DEFAULT:0deg 0% 100%;@media (prefers-color-scheme:dark){--color-gray-0:0deg 0% 4%;--color-gray-50:0deg 0% 9%;--color-gray-100:0deg 0% 12%;--color-gray-200:0deg 0% 15%;--color-gray-300:0deg 0% 20%;--color-gray-400:0deg 0% 31%;--color-gray-500:0deg 0% 44%;--color-gray-600:0deg 0% 57%;--color-gray-700:0deg 0% 72%;--color-gray-800:0deg 0% 90%;--color-gray-900:0deg 0% 100%;--color-gray-950:0deg 0% 100%;--color-background-DEFAULT:0deg 0% 9%}}:root.color-scheme-light{color-scheme:light;--color-gray-0:0deg 0% 100%;--color-gray-50:0deg 0% 98%;--color-gray-100:0deg 0% 96%;--color-gray-200:0deg 0% 94%;--color-gray-300:0deg 0% 88%;--color-gray-400:0deg 0% 68%;--color-gray-500:0deg 0% 56%;--color-gray-600:0deg 0% 44%;--color-gray-700:0deg 0% 31%;--color-gray-800:0deg 0% 20%;--color-gray-900:0deg 0% 5%;--color-gray-950:0deg 0% 0%;--color-background-DEFAULT:0deg 0% 100%}:root.color-scheme-dark{color-scheme:dark;--color-gray-0:0deg 0% 4%;--color-gray-50:0deg 0% 9%;--color-gray-100:0deg 0% 12%;--color-gray-200:0deg 0% 15%;--color-gray-300:0deg 0% 20%;--color-gray-400:0deg 0% 31%;--color-gray-500:0deg 0% 44%;--color-gray-600:0deg 0% 57%;--color-gray-700:0deg 0% 72%;--color-gray-800:0deg 0% 90%;--color-gray-900:0deg 0% 100%;--color-gray-950:0deg 0% 100%;--color-background-DEFAULT:0deg 0% 9%}}@media (min-width:640px){.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:768px){.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width:1280px){.xl\:px-8{padding-left:2rem;padding-right:2rem}}</style>
</head>
<body x-data="state" class="" :class="{ 'cursor-pointer': hasBodyAction }" style="height: auto !important;" data-iframe-overflow="">
<div x-show="themeLoaded" class="@container w-full body-base antialiased">
<div :class="{ 'px-4 py-1 sm:px-5 md:px-6 lg:px-7 xl:px-8': mode === 'standalone' }" class="px-4 py-1 sm:px-5 md:px-6 lg:px-7 xl:px-8">
<div id="stepper-container" class="relative w-full flex items-center justify-between">
<div id="stepper-background-line" class="absolute top-1/2 w-[calc(100%-40px)] h-0.5 bg-gray-300 -translate-y-1/2 left-[20px]"></div>
<div id="stepper-progress" x-data="{ prevStep: 1 }" class="absolute top-1/2 left-[20px] w-[calc(100%-40px)] h-0.5 -translate-y-1/2">
<div id="stepper-progress-dot" x-bind:style="{ left: ((selectedStep - 1) / (stepCount - 1)) * 100 + '%' }" class="absolute w-3 h-3 bg-accent rounded-full transition-all duration-500 ease-in-out -translate-y-1/2 top-1/2 z-0" style="left: 0%;"></div>
</div>
<template x-for="(step, index) in stepCount" :key="step">
<div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10">
<span id="step-number" x-text="step"></span>
</button>
</div>
</template><div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10 bg-accent text-white border-accent">
<span id="step-number" x-text="step">1</span>
</button>
</div><div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10 bg-background text-gray-600 border-gray-300">
<span id="step-number" x-text="step">2</span>
</button>
</div><div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10 bg-background text-gray-600 border-gray-300">
<span id="step-number" x-text="step">3</span>
</button>
</div><div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10 bg-background text-gray-600 border-gray-300">
<span id="step-number" x-text="step">4</span>
</button>
</div><div id="step-container" class="relative flex flex-col items-center">
<button id="step-button" @click="prevStep = selectedStep; selectedStep = step" :class="{
'bg-accent text-white border-accent': selectedStep === step,
'bg-background text-gray-600 border-gray-300': selectedStep !== step
}" class="w-10 h-10 rounded-full flex items-center justify-center font-semibold transition-colors duration-200 ease-in-out border-2 z-10 bg-background text-gray-600 border-gray-300">
<span id="step-number" x-text="step">5</span>
</button>
</div>
</div>
</div>
</div>
<script src="//cdn.jsdelivr.net/npm/@iframe-resizer/child@5.2.1"></script>
<div style="clear: both; display: block; height: 0px;"></div></body></html>