You also have isSpecialWords: https://github.com/christianalfoni/formsy-react/blob/master/API.md#validators
You can’t just npm install
, you need follow this process: https://react-in-meteor.readthedocs.org/en/latest/client-npm/
Edit: Actually, in the kickstarter app you’re using, it looks like it goes in webpack.packages.json, but I"m not familiar with that.
It may be due to incorrect versions of the components?
Like I said, you can’t just npm install
I can’t in regular Meteor App, but in this kickstart app - yes, I can.
I also tried antd components - everything working.
Sorry, I don’t know in that case, but I might have to look at that kickstarter then!
Kickstart + flow-router - very cool.
I asked the same question to the author of a kickstart. I’m afraid I’m quite torment him with questions …
Is the project documented anywhere? (Blog?) The README is a bit terse…
Working fine here. Try import rather than require?
OK, I will try…
But FormsyDate and FormsySelect not working at all…
Hmmm… no, you’re right - only half working. I guess kickstart is still immature (as is formsy-material-ui to be fair)
Hi not sure if anyone has mentioned before (didnt read all comments) theres a oackage called materialize-css that has material UI with a grid system that works like bootstrap
Its in atmosphere so easy to install etc.
[quote=“zareef, post:40, topic:11800, full:true”]
Hi not sure if anyone has mentioned before (didnt read all comments) theres a oackage called materialize-css that has material UI with a grid system that works like bootstrap
[/quote]This post shows a negative impression of Materialize. An advantage of Material UI over Materialize is that it is comprised of React components as opposed to a bootstrap approach. So far I find Material UI to be a great match for React.
I welcome your effort for the Polymer - Meteor tutorial and I know I’m not alone for that! Thanks a lot in advance
+1
I am using the same setup. I will note that after installing the izzilab:material-ui I had to run a meteor update to get it to work.
Just an FYI, I had a lot of trouble with outdated wrappers for material-ui, so I created my own. It’s working well so far, and I plan on supporting it for future updates, as I’ll be using it a lot for upcoming projects. It is available at https://atmospherejs.com/markoshust/material-ui
TBH, now that Meteor has good 3rd-party support for using NPMs in the client, wrapper packages aren’t all that useful, which is probably why you found them falling behind.
Yours will eventually.
I could never do work on meteor polymer , probe packets and always had bugs. That package used to work ?