A component along with the associated properties needed to render it as part of a StepDefinition.
If you need your component to interact with a Database, use a DynamicComponent instead.
const myInput = new Component({ key: "my-input", Component: MyInput, props: { className: "my-input-class" } });
The proptype validator for a StaticComponent.
Generated using TypeDoc
A component along with the associated properties needed to render it as part of a StepDefinition.
If you need your component to interact with a Database, use a DynamicComponent instead.
const myInput = new Component({ key: "my-input", Component: MyInput, props: { className: "my-input-class" } });