-
Notifications
You must be signed in to change notification settings - Fork 33
Feature: add optional componentProps to the component descriptor to pass initial props values from the outside. #41
Open
Labels
Description
Like this:
const components = [
{
component: SomeComponent,
componentName: "SomeComponent",
componentProps: {
foo: "bar",
},
}
];
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.