Add user detail API + modal. Closes #2002

This commit is contained in:
Gabe Kangas
2022-07-20 20:42:23 -07:00
parent 82a0b492a5
commit f3a16be0dd
21 changed files with 543 additions and 60 deletions

View File

@@ -17,6 +17,7 @@ module.exports = {
'storybook-addon-designs',
'storybook-dark-mode',
'addon-screen-reader',
'storybook-addon-fetch-mock',
],
webpackFinal: async (config, { configType }) => {
// @see https://github.com/storybookjs/storybook/issues/9070

View File

@@ -6,6 +6,9 @@ import { themes } from '@storybook/theming';
import { DocsContainer } from './storybook-theme';
export const parameters = {
fetchMock: {
mocks: [],
},
actions: { argTypesRegex: '^on[A-Z].*' },
docs: {
container: DocsContainer,