<nve-steps>
Properties
Determines whether the steps should handle selection behavior vs. defaults to off.
true
false
Determines whether the steps should display in condensed format with no text labels.
condensed
Determines whether the steps should display in a vertical layout vs. defaulting to horizontal.
true
false
Slots
default slot for steps-item
CSS Properties
<nve-steps-item>
Properties
The element that receives the interest. https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/interestForElement
The command to execute on the element. https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API
string
The element that receives the command. https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API
The popover target action to perform on the popover target element. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/popoverTargetAction
show
hide
toggle
Establishes a relationship between a popover and its invoker button. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/popoverTargetElement
Indicates the element that represents the user's current location or position within a set. MDN
page Marks the current page within a set of navigation links.
step Marks the current step within a multi-step process or workflow.
This Boolean attribute prevents the user from interacting with the element: it cannot receive press or focus events. MDN
true The element has a disabled state and does not accept interaction.
false The element has an enabled state and accepts interaction.
Defines the value associated with the element's name when submitting the form data. The server receives this value in params when the form submits through this button. MDN
string
The name of the button, submitted as a pair with the button value as part of the form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-name
string
Associates the button with a form. Set the property to a form element or its ID. The HTML attribute accepts only the form ID. Reading the property returns the associated form element or null. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/form
Indicates whether the element is a noninteractive visual treatment instead of a button. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly
true
false
Indicates whether collapsible content is currently visible or hidden from the user. MDN
true The associated content expands and becomes visible to the user.
false The associated content collapses and hides from the user.
Indicates the current state of a toggle button that switches on or off. MDN
true The button is in the pressed (on) state and the associated action or setting is active.
false The button is in the unpressed (off) state and the associated action or setting is inactive.
Defines the button behavior when associated within a form element. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type
button
submit
reset
Determines whether the steps should display in condensed format with no text labels.
condensed
Controls the step status. accent has no default status icon, danger displays an alert icon, success displays a check icon, and pending displays a progress indicator. Omit the property to display the step number.
accent
danger
success
pending
Indicates whether an element currently holds selection within a multi-option selection group. MDN
true The element holds selection and represents the user's current choice within the group.
false The element does not hold selection and the user can choose it.
Slots
custom slotted step icon
default slot for step text
CSS Properties
CSS Parts
The progress ring element
The icon button element