v2.0 with TypeScript
In this version, the structure has been re-handled in an attempt to adopt TypeScript in the project. Now, react-step-builder
can be used in React/TypeScript projects.
The structure of injected props into the step components has been revised. Nested objects (e.g. props.step.order) have been flattened and every prop has been served directly inside the props
object.
For a detailed explanation, please refer to the documentation (GitHub Readme file)