/meteor-useraccounts-react

React component for useraccounts

Primary LanguageJavaScript

Meteor Useraccounts React

React component for useraccounts.

Installation

meteor add gwendall:useraccounts-react

How it works

  1. Add this package after your useraccounts package (useraccounts:unstyled, useraccounts:bootstrap, etc.).

  2. 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" />
  }
});
  1. Enjoy!