UNPKG

@financial-times/n-conversion-forms

Version:

Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).

10 lines (7 loc) 234 B
import React from 'react'; import { DeliveryStartDate } from './delivery-start-date'; export default { title: 'Delivery Start Date', component: DeliveryStartDate, }; export const Basic = (args) => <DeliveryStartDate {...args} />;