fbredius/storybook

View on GitHub
docs/snippets/common/my-component-story-import-json.js.mdx

Summary

Maintainability
Test Coverage
```js
// MyComponent.stories.js|jsx|ts|tsx

// This will automatically be parsed to the contents of `data.json`
import data from './data.json';
```