Meteor Useraccounts React
React component for useraccounts.
Installation
meteor add gwendall:useraccounts-reactHow it works
-
Add this package after your useraccounts package (useraccounts:unstyled, useraccounts:bootstrap, etc.).
-
Drop the
<AtFormReact />component. Pass it any parameter you would pass to the good old{{> atForm}}Blaze template.
Page = React.createClass({
render() {
return <AtFormReact state="signIn" />
}
});- Enjoy!