From a2f5a65388d7ba4724913b7210aaef27172d5e96 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 5 Aug 2019 11:33:22 +0800 Subject: [PATCH] Merge pull request #7663 from juliamitchelmore/juliamitchelmore-patch-1 Adds storybook-addon-responsive-views to addon gallery --- docs/src/pages/addons/addon-gallery/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/pages/addons/addon-gallery/index.md b/docs/src/pages/addons/addon-gallery/index.md index 94cdc0cc4de..229204cccba 100644 --- a/docs/src/pages/addons/addon-gallery/index.md +++ b/docs/src/pages/addons/addon-gallery/index.md @@ -118,6 +118,10 @@ With this addon you will have an additional panel at the bottom which provides y This addon lets you navigate different versions of static Storybook builds. As such you can see how a component has changed over time. +### [Responsive Views](https://github.com/vizeat/storybook-addon-responsive-views) + +Preview your stories at a variety of breakpoints, so that you can be sure that your components will look great no matter what screen size. + ### [Apollo](https://github.com/abhiaiyer91/apollo-storybook-decorator) Wrap your stories with the Apollo client for mocking GraphQL queries/mutations.