UNPKG

@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).

11 lines (8 loc) 187 B
import React from 'react'; import { Phone } from './phone'; export default { title: 'Phone', component: Phone, }; export const Basic = (args) => <Phone {...args} />; Basic.args = {};