cybertec-postgresql / rjsf-material-ui

[Archived] Material UI theme for react-jsonschema-form.
https://cybertec-postgresql.github.io/rjsf-material-ui/
MIT License
62 stars 25 forks source link

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

Open heath-freenome opened 5 years ago

heath-freenome commented 5 years ago

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?

agustin107 commented 5 years ago

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 ;)

epicfaace commented 5 years ago

Exactly -- @agustin107 is right!

ManojSikhakolli commented 4 years ago

@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?

epicfaace commented 4 years ago

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.

juliankigwana commented 4 years ago

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 rjsf-material-ui@0.3.9 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.

epicfaace commented 4 years ago

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