Add user detail API + modal. Closes #2002

This commit is contained in:
Gabe Kangas
2022-07-20 22:36:20 -07:00
parent 82a0b492a5
commit f3a16be0dd
21 changed files with 543 additions and 60 deletions
+1
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
+3
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,