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

14 lines (11 loc) 231 B
import React from 'react'; import { Debug } from './debug'; export default { title: 'Debug helpers', component: Debug, }; export const Basic = (args) => <Debug {...args} />; Basic.args = { isTest: true, showHelpers: true, };