stepper 3.1.3
Install from the command line:
Learn more about npm packages
$ npm install @axa-ch-webhub-cloud/stepper@3.1.3
Install via package.json:
"@axa-ch-webhub-cloud/stepper": "3.1.3"
About this version
<axa-stepper> conveys progress through numbered steps.
The array-valued attribute steps
specifies the descriptions of the steps, each step being described by a non-empty label string.
The integer-valued attribute stepActive
defines the currently active step.
The numeric attribute stepProgress
defines the fraction, to which the UI progress bar extends into the currently active step. Legal values are floating-point numbers between 0 and 1, inclusive (e.g. 0.5).