progress-stepper/src/progress-step/progress-step.component.ts
Progress Step represents a single step within a Progress Stepper Body context. It acts as a wrapper for the step's
content and provides a set of properties to control its state and role (e.g. isDisabled, isRequired or
isValid).
<talenra-progress-stepper-body>
<talenra-progress-step>...</talenra-progress-step>
<talenra-progress-step>...</talenra-progress-step>
<talenra-progress-step>...</talenra-progress-step>
</talenra-progress-stepper-body>import { ProgressStepComponent } from '@talenra/components/progress-stepper';See ProgressStepperBodyComponent See ProgressStepState
| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| selector | talenra-progress-step |
| templateUrl | ./progress-step.component.html |
| styleUrl | ./progress-step.component.scss |
Inputs |
Outputs |
| isDisabled |
Type : boolean
|
Default value : false
|
|
Determines whether the step is disabled. Defaults to |
| isRequired |
Type : boolean
|
Default value : true
|
|
Determines whether the step is required. Defaults to |
| isValid |
Type : boolean
|
Default value : true
|
|
Determines whether the step is considered valid. Defaults to |
| title |
Type : string
|
Default value : ''
|
|
Title displayed in step header Example : |
| isDisabled |
Type : boolean
|
|
Determines whether the step is disabled. Defaults to |
| isRequired |
Type : boolean
|
|
Determines whether the step is required. Defaults to |
| isValid |
Type : boolean
|
|
Determines whether the step is considered valid. Defaults to |
| title |
Type : string
|
|
Title displayed in step header Example : |