storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2021-06-28 23:00:33 +01:00

6 lines
213 B
Plaintext

```js
// MyComponent.stories.js | MyComponent.stories.jsx | MyComponent.stories.ts | MyComponent.stories.tsx
// This will automatically be parsed to the contents of `data.json`
import data from './data.json';
```