
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@contentful/f36-progress-stepper
Advanced tools
ProgressStepper can be used to visually represent the division of a process into ordered steps
import { ProgressStepper } from '@contentful/f36-components';
// or
import { ProgressStepper } from '@contentful/f36-progress-stepper';
This component can be displayed in a horizontal or vertical orientation.
Example of ProgressStepper with horizontal orientation.
Example of ProgressStepper with vertical orientation.
This component can be displayed with steps that show numbers or icons.
Example of ProgressStepper with number step styles and displaying the step state options.
Example of ProgressStepper with icon step styles and displaying the step state options.
Example of ProgressStepper with horizontal orientation with labels.
Example of ProgressStepper with vertical orientation with labels.
Example of the ProgressStepper with buttons to move between steps.
Example of the ProgressStepper with clickable steps.
Example of the ProgressStepper with only previous steps clickable.
When the ProgressStepper renders in the horizontal orientation with labels, the component will have extra width on the sides of the first and last steps. This extra width is necessary in order to accommodate the centering of the labels under each step. This example demonstrates this extra width so that consumers of this component can plan accordingly in designs, as the ProgressStepper component will not be the same width as the content area.
ariaLabel prop for the ProgressStepper component is required. Provide a label that describes what the progress is about (e.g. App installation progress).aria-label provided for the each Step component communicates information about the step's number and type.FAQs
Forma 36: ProgressStepper component
The npm package @contentful/f36-progress-stepper receives a total of 5,659 weekly downloads. As such, @contentful/f36-progress-stepper popularity was classified as popular.
We found that @contentful/f36-progress-stepper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.