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

13 lines (10 loc) 272 B
import React from 'react'; import { BillingPostcode } from './billing-postcode'; export default { title: 'Billing Postcode', component: BillingPostcode, }; export const Basic = (args) => <BillingPostcode {...args} />; Basic.args = { postcodeReference: 'Postcode', };