Step Bar API
This component is written in TypeScript.
This component features render debouncing.
You may have to wait for the next browser tick after rendering in your integration/E2E tests.
API Reference e-step-bar
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
floating |
Defines if the component have to be positioned on top of other contents. | boolean | false |
|
label |
Defines if the component have to be positioned on top of other contents. | boolean | Step Bar |
API Reference e-step
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
label |
Defines the text on the tab. | string | ||
icon |
Defines the icon before the text. | string | ||
badge |
Defines the content of the indicator badge on the right of the label. | string | ||
tooltip |
Defines a tooltip on the step. | string | ||
selected |
Defines the default selected tab. | boolean | false |
|
disabled |
Defines if tab is disabled. | boolean | false |
|
count-excluded |
Exclude step from counting. | boolean | false |
Events
| Event | Description | Returns |
|---|---|---|
trigger |
Fires when step clicked or navigated by arrows. |