PropertyAttributeDescriptionTypeDefaultsize 🛠sizeThe text size.type StepperHorizontalSize = 'small' 'medium' BreakpointCustomizable<StepperHorizontalSize>'small'theme themeAdapts the tag color depending on the theme.type Theme = 'light' 'dark' 'auto''light'
Events
prev
next
EventDescriptionTypestepChange 🚫deprecated since v3.0.0, will be removed with next major release, use update event instead. Emitted when active step is changed.type StepperHorizontalUpdateEventDetail = { activeStepIndex: number; } CustomEvent<StepperHorizontalUpdateEventDetail>update Emitted when active step is changed.type StepperHorizontalUpdateEventDetail = { activeStepIndex: number; } CustomEvent<StepperHorizontalUpdateEventDetail>
Slots
prev
next
SlotDescriptionisRequiredaltPropallowedTagNames<slot> Default slot for the `p-stepper-horizontal-item` tags.
PropertyAttributeDescriptionTypeDefaultdisabled disabledDisables the stepper-horizontal-item. No events will be triggered while disabled state is active.booleanfalsestate stateThe validation state.type StepperHorizontalItemState = undefined 'current' 'complete' 'warning'undefined
Slots
prev
next
SlotDescriptionisRequiredaltPropallowedTagNames<slot> Default slot for the content.