--- title: Progress Steps summary: A progress step helps users track their place in a short process by breaking it into clear, simple steps. This makes flows like setup or onboarding easier to follow and finish. new: true description: Use progress steps to display compact onboarding, checkout, and setup progress. layout: '@layouts/DocsMdxLayout.astro' --- import Example from '@components/Example.astro'; import ProgressSteps from '@ui/ProgressSteps.astro'; ## Default markup Use `.progress-steps` as the container and `.progress-steps-item` for each segment. These two classes are enough to create the base component structure. ```html