-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Material UI v1 #349
Comments
Is it released already? It's still in beta I think. Right now I'm quite focused on React@16, but yes, it is a plan to support it. Maybe @janowsiany will say something more. |
Yes i am planning to submit this as part of Hacktoberfest so stay tuned. Also if you have something done already then i would love to see that so we could work it out together. Another question which comes to my mind is what about backward compatibility? I mean migration to |
If you need help, please let me know - happy to contribute. |
Any progress on this or ways I can help? My team would really like to see this implemented for a project we are building out. I could open a PR with an initial stab at it if that helps. |
@cvburgess i have an unexpected slippage but i would expect a PR for this at the beginning of the next week. |
@cvburgess you can check progress #355, perfectly if you also give a feedback.
|
@janowsiany I'm running into this issue npm/npm#2974 because uniforms uses Lerna. Any idea how i can install your WIP branch? |
@cvburgess Sorry for the delay. I beleive that the easiest way would be to |
@janowsiany I was able to install it locally but I got tons and tons of errors once it got to webpack. When is this supposed to go live? |
@cvburgess Definitely not sooner than 1.0.0 release. |
@radekmie Is that possible to install it like npm i -S uniforms-material@next? |
@ipchikin no, we do not do pre-releases. However, there surely will be an alpha/beta/rc version. |
@janowsiany - getting some errors with
Great work on the update so far! |
Also, when passing
|
Hm its sad that you don't prerelease it. We are currently using 1.0 of material ui in our project. Sadly its not possible to use uniform yet. It would be nice if you would provide a doc how to add custom themes. With this everyone could build own themes easily. |
@TimoRuetten: a custom theme is simply a set of your fields. Simply copy one of the default ones and fill your own components. |
Hm. You're right. I was thinking of AutoForm from meteor which had its own API for own themes as far as I remember. I will check it out and will check if its faster for us to do it this way. Thanks :) |
Theres no need for such API as you’ll use components directly or through |
@radekmie Is there an alpha/beta/rc version now? |
No, material-ui is still in beta. |
ahhhh this is so exciting!! :) |
For testing with the v1.0.0-rc.0 release : |
@titeya Thanks for sharing. I added a PR to fix issue with arrays/lists in AutoForm |
When using Uniforms-Material with a Material-UI v1 project I get the following error.
Module not found: Can't resolve 'material-ui/RaisedButton' in '.../node_modules/uniforms-material'
Is there any plan to support Material UI v1?
The text was updated successfully, but these errors were encountered: