COMPONENTS / ATOMS / al-stepper-item← ALL COMPONENTS

Stepper Item

<al-stepper-item><ALStepperItem> REACTbeta

Reference generated from the custom elements manifest — 5 properties, 3 slots, 0 events.

PLAYGROUND3 CONTROLS
PREVIEW / al-stepper-item / SOUTHLEFT
Loading preview
Label
Supporting text
FLAGS
CODE — HTML / REACT

Guidance

NOT YET AUTHORED · 20 COMPONENTS COVERED

NO USAGE GUIDANCE HAS BEEN WRITTEN FOR THIS COMPONENT YET. THE API BELOW IS GENERATED FROM THE MANIFEST AND IS COMPLETE; WHAT IS MISSING IS WHEN TO REACH FOR IT AND WHEN NOT TO.

NO DESIGN-SYSTEM PROJECT TRACKS THIS COMPONENT AGAINST A FIGMA FILE — IT IS EITHER OUTSIDE EVERY PROJECT’S DECLARED SCOPE, OR NOT YET SEEDED INTO ITS PROJECT’S PARITY MANIFEST.

CHECKEVIDENCEDETAILRESULT
Default stateAXEstepper-item--ActivePASS
Advanced statesAXE7 further storiesPASS
Screen readerMANUALNo screen-reader pass has been recorded for this component.NOT RECORDED
Keyboard navigationINTERACTION TESTSNo interaction tests and no manual keyboard pass.NOT RECORDED

MEASURED 2026-09-08 · 8 STORIES · AXE WCAG2A + WCAG2AA + WCAG21A + WCAG21AA + WCAG22AA

COLOR CONTRAST0 RULES FAILING

The CI gate disables color-contrast globally (libs/al-web-components/story-fixture/src/main.ts), so its result never reaches a test run. It is enabled for this measurement, and reported here whichever way it comes out.

NO CONTRAST VIOLATIONS ACROSS THIS COMPONENT’S 8 STORIES.

import '@southleft/al-web-components/components/stepper-item';
import { ALStepperItem } from '@southleft/al-react';
PROPTYPEDEFAULT
variant'vertical'Variant - **default** renders a Stepper item with a horizontal layout - **vertical** renders a Stepper item with a vertical layout
isActivebooleanIs active? - A visual representation of a step with an active/current state
isCompletebooleanIs complete? - A visual representation of a step with a completed state
isLastbooleanIs last? - A visual representation of the last step within an ALStepper - Dynamically set by the parent
stepNumbernumberStep number - The number that appears for each step - Dynically set by the parent1
SLOTDESCRIPTION
(default)The label for each stepper item
iconThe icon that displays next to the label
descriptionThe description that displays below the label

THIS COMPONENT DECLARES NO EVENTS IN THE MANIFEST.

SOURCE — components/stepper-item/stepper-item.ts · Atoms/Navigation/Stepper Item