Closed VikR0001 closed 8 years ago
Let me ask about this a bit differently. I would like to learn how to do this. I tried googling "use npm packages with meteor mantra" but there are few results. What terms do I need to google to find links that instruct me how to add a package like accounts-ui to Meteor and access it via the correct React syntax?
have a look here http://kenrogers.co/meteor-react/
@VikR0001 I think useraccounts uses blaze so you might want to have a look over http://guide.meteor.com/react.html#using-with-blaze to see how it might work with react.
Otherwise, you should check out a new react-accounts package:
https://github.com/studiointeract/react-accounts-ui https://github.com/studiointeract/react-accounts-ui-basic
Thanks very much for this great info.
I've installed useraccounts:unstyled from http://useraccounts.meteor.com/, using meteor add useraccounts:unstyled.
How do I access useraccounts pages from a Mantra component?
Thanks very much in advance to all for any info.