Composants → bpm.stepper

bpm.stepper

Stepper : liste d'étapes avec indicateur d'avancement (étape courante, complétées).

StableNavigation⏱ 2 min
Informations
Paiement
Confirmation
Python
bpm.stepper(steps=[{"label": "Informations"}, {"label": "Paiement"}, {"label": "Confirmation"}])
PropTypeDéfautRequisDescription
steps{ id?, label, optional?, content? }[][]NonListe des étapes (label requis).
currentStepnumber0NonIndex de l'étape courante (0-based).
onStepClick(index: number) => voidNonCallback au clic sur une étape (optionnel).
classNamestringNonClasses CSS additionnelles.

Exemples

bpm.stepper(steps=[{"label": "Infos"}, {"label": "Paiement"}, {"label": "Confirmation"}])
bpm.stepper(steps=[{"label": "A"}, {"label": "B"}], current_step=1)