Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ For additional help, share your issue in [the repo's GitHub Discussions](https:/
| [events](https://github.com/storybookjs/addon-events) | Interactively fire events to components that respond to EventEmitter |
| [google-analytics](https://github.com/storybookjs/addon-google-analytics) | Reports google analytics on stories |
| [graphql](https://github.com/storybookjs/addon-graphql) | Query a GraphQL server within Storybook stories |
| [jest](code/addons/jest/) | View the results of components' unit tests in Storybook |
| [jest](https://github.com/storybookjs/addon-jest) | View the results of components' unit tests in Storybook |
| [links](code/addons/links/) | Create links between stories |
| [measure](code/core/src/measure/) | Visually inspect the layout and box model within the Storybook UI |
| [outline](code/core/src/outline/) | Visually debug the CSS layout and alignment within the Storybook UI |
Expand Down
4 changes: 2 additions & 2 deletions docs/configure/integration/frameworks-feature-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Core frameworks have dedicated maintainers or contributors who are responsible f
| [Events](https://github.com/storybookjs/addon-events) | ✅ | ✅ | ✅ | ✅ |
| [Google analytics](https://github.com/storybookjs/addon-google-analytics) | ✅ | ✅ | ✅ | ✅ |
| [GraphQL](https://github.com/storybookjs/addon-graphql) | ✅ | | ✅ | |
| [Jest](https://github.com/storybookjs/storybook/tree/next/code/addons/jest) | ✅ | ✅ | ✅ | ✅ |
| [Jest](https://github.com/storybookjs/addon-jest) | ✅ | ✅ | ✅ | ✅ |
| [Links](https://github.com/storybookjs/storybook/tree/next/code/addons/links) | ✅ | ✅ | ✅ | ✅ |
| [Queryparams](https://github.com/storybookjs/addon-queryparams) | ✅ | ✅ | ✅ | ✅ |
| **Docs** | | | | |
Expand Down Expand Up @@ -83,7 +83,7 @@ Community frameworks have fewer contributors which means they may not be as up t
| [Events](https://github.com/storybookjs/addon-events) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Google analytics](https://github.com/storybookjs/addon-google-analytics) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [GraphQL](https://github.com/storybookjs/addon-graphql) | | | | | | |
| [Jest](https://github.com/storybookjs/storybook/tree/next/code/addons/jest) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Jest](https://github.com/storybookjs/addon-jest) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Links](https://github.com/storybookjs/storybook/tree/next/code/addons/links) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Queryparams](https://github.com/storybookjs/addon-queryparams) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| **Docs** | | | | | | |
Expand Down