| Interface | Description |
|---|---|
| Stepper.StepNumberRenderer |
An interface to provide a different implementation for rendering steps numbers
|
| Stepper.StepperCompleteListener |
A function to implement logic that will be called when a step is marked as completed
|
| Stepper.StepStateChangeListener |
A function to implement listeners to be called whenever the step state is changed
|
| Stepper.StepStateColors |
An interface that can implemented to provide different colors for different
Step states
other than the default colors |
| Class | Description |
|---|---|
| Step |
A component that is a single step inside a
Stepper |
| Stepper |
A Wizard like component that can have multiple
Steps while only one step can be activated
at a time |
| StepperStyles |
A constants class for Steppers css classes names
|
| Enum | Description |
|---|---|
| Stepper.StepperDirection |
An enum of possible Stepper directions
|
| Stepper.StepState |
An enum to list the
Step possible states |
Copyright © 2019–2022 Dominokit. All rights reserved.