@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).
21 lines (19 loc) • 327 B
JavaScript
module.exports = {
'stories': [
'../components/*.stories.js',
],
'addons': [
'@storybook/addon-essentials',
'@storybook/addon-a11y'
],
webpackFinal: async (config) => {
return config;
},
framework: {
name: "@storybook/react-webpack5",
options: {}
},
docs: {
autodocs: true
}
};