storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2022-11-17 16:33:22 +01:00

7 lines
148 B
Plaintext

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