Skip to content
Star

PxStepper

Navigation button row for multi-step forms. Provides Previous, Next and optional Save buttons with loading state, permission gating, and fully customizable labels.

Basic Usage

Demo
Step 1 of 3

With Save Button (Last Step)

With Save

Disabled (No Permission)

No Permission

API Reference

PropTypeDefaultDescription
showPrevious
booleantrueWhether to show the Previous button
canProceed
booleantrueWhether the Next/Proceed button is enabled
loading
booleanfalseLoading state - disables buttons and shows spinner
nextLabel
string"Next"Label for the Next button
previousLabel
string"Previous"Label for the Previous button
loadingLabel
string"Processing..."Loading text shown when loading is true
showSave
booleanfalseWhether to show a Save button alongside Next
saveLabel
string"Save"Label for the Save button
saveLoadingLabel
string"Saving..."Loading text for Save button
hasPermission
booleantrueIf the user has permission to edit/save

Built with VitePress