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

15 lines (12 loc) 380 B
import React from 'react'; import { ContinueReading } from './continue-reading'; export default { title: 'Continue Reading', component: ContinueReading, }; export const Basic = (args) => <ContinueReading {...args} />; Basic.args = { quote: "The problem with quotes found on the internet, is that they're often not true - Abraham Lincoln", link: 'https://ft.com/world', };