Using custom form elements library with react-jsonschema-form #4045
Unanswered
gaurav-simpplr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Greetings.
In our project, we have our own UI library which we use for building form elements. Our library for creating form elements uses react-final-form library under the hood. We are in such a requirement where react-jsonschema-form library could be useful for us (for rendering the form elements based on a JSON schema). But we also need to have the consistency from design point. Could we use our own UI library (which under the hood depends upon or uses react-final-form library) for customising the react-jsonschema-form form components ? Is is feasible ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions