rjsf-material-ui icon indicating copy to clipboard operation
rjsf-material-ui copied to clipboard

Confused... Is this now part of @rjsf?

Open heath-freenome opened this issue 6 years ago • 6 comments

I read the following issue thread: https://github.com/rjsf-team/react-jsonschema-form/issues/1222 and after that found the following: https://github.com/rjsf-team/react-jsonschema-form/tree/master/themes/material-ui which seems to have an identical README as this repo. And yet, it seems like this repo continues to be worked on.

If I wanted to use @rjsf with material ui am I using both this repo and @rjsf? Are they being maintained separately?

heath-freenome avatar Oct 24 '19 18:10 heath-freenome

Hey! I understand that it's a bit confusing the situation but if you full read this react-jsonschema-form thread, you'll look that to merge both implementations, they have to rewrite somethings.

For that reason, we decide to continue support on this repository until they finish everything.

Disregarding that, everything that is here will be there ;)

agustin107 avatar Oct 24 '19 20:10 agustin107

Exactly -- @agustin107 is right!

epicfaace avatar Oct 25 '19 22:10 epicfaace

@agustin107 We are using the rjsf-material-ui implementation. Is there a way to apply custom styles ( application themed styles) to the material-ui components that the rjsf-material-ui is providing?

ManojSikhakolli avatar Dec 06 '19 20:12 ManojSikhakolli

Hey! I understand that it's a bit confusing the situation but if you full read this react-jsonschema-form thread, you'll look that to merge both implementations, they have to rewrite somethings.

Tracking work on merging the playgrounds in https://github.com/rjsf-team/react-jsonschema-form/pull/1539. After that, it should be possible to release @rjsf/material-ui.

epicfaace avatar Dec 10 '19 03:12 epicfaace

I am still a little confused. The npm package for https://www.npmjs.com/package/@rjsf/material-ui provides the following details: Install: npm i @rjsf/material-ui Version: 2.0.0-alpha.2 Github and homepage: https://github.com/cybertec-postgresql/rjsf-material-ui#readme

Yet the readme on the same page says yarn add rjsf-material-ui which downloads [email protected] from https://github.com/rjsf-team

I understand that the plan is to bring these to code bases together, but the versioning and readme pages and links pointing across to the other repos is adding a lot to that confusion.

juliankigwana avatar Feb 19 '20 12:02 juliankigwana

@juliankigwana working on setting this up in https://github.com/rjsf-team/react-jsonschema-form/pull/1641

epicfaace avatar Mar 09 '20 22:03 epicfaace