@syncano-components/login-form
v0.3.1
Published
Downloads
4
Readme
Login Form example:
const {SyncanoContext, withSyncano} = require('@syncano/react-context');
const SyncanoClient = require('@syncano/client');
const ConnectedLoginForm = withSyncano(LoginForm);
<SyncanoContext.Provider value={new SyncanoClient('webmaster-kit')}>
<ConnectedLoginForm />
</SyncanoContext.Provider>