Skip to content

Commit 03ff5a8

Browse files
📝 [#49] add storybook
1 parent eb8a254 commit 03ff5a8

File tree

5 files changed

+132
-1
lines changed

5 files changed

+132
-1
lines changed

.storybook/preview.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export const parameters = {
66
date: /Date$/,
77
},
88
},
9-
}
9+
}

.storybook/test-runner.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import {TestRunnerConfig} from '@storybook/test-runner';
2+
3+
const config: TestRunnerConfig = {};
4+
5+
export default config;

package-lock.json

+118
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"react": "^18.2.0",
6969
"react-dom": "^18.2.0",
7070
"storybook": "^8.0.0",
71+
"storybook-react-intl": "^3.0.1",
7172
"tsc-alias": "^1.8.8",
7273
"tsconfig-paths-webpack-plugin": "^4.1.0",
7374
"typescript": "^5.4.2"

src/0001-index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {Meta} from '@storybook/addon-docs';
2+
3+
<Meta title="Introduction" />
4+
5+
# Open Forms Formio Renderer
6+
7+
This package contains the (WIP) formio renderer replacement.

0 commit comments

Comments
 (0)