@financial-times/n-conversion-forms
Version:
Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).
14 lines (11 loc) • 310 B
JavaScript
import React from 'react';
import { GoogleSignIn } from './google-sign-in';
export default {
title: 'Google Sign In',
component: GoogleSignIn,
};
export const Basic = (args) => <GoogleSignIn {...args} />;
Basic.args = {
signInRedirectUrl:
'https://social-login-svc-eu-test.memb.ft.com/login/google',
};