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

10 lines (7 loc) 217 B
import React from 'react'; import { DeliveryCounty } from './delivery-county'; export default { title: 'Delivery County', component: DeliveryCounty, }; export const Basic = (args) => <DeliveryCounty {...args} />;