You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
Currently, no interface available to pass props to the component registered on the component registry.
This PR is a design proposal to implement a feature to get a custom React component that internally composes FabrixComponent with interface that can accept props that the corresponding custom component requires.
Currently, no interface available to pass props to the component registered on the component registry.
This PR is a design proposal to implement a feature to get a custom React component that internally composes
FabrixComponentwith interface that can accept props that the corresponding custom component requires.Design