From 2fe12b0a59dc2169fd87daba479890312046806c Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 11 Oct 2017 15:05:06 +0200 Subject: [PATCH] Add state addon to the addons page ### Added - An addon to manage state inside a story and update components when this state changes --- docs/pages/addons/addon-gallery/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/addons/addon-gallery/index.md b/docs/pages/addons/addon-gallery/index.md index 99d4be7652b8..fabe6b184c9d 100644 --- a/docs/pages/addons/addon-gallery/index.md +++ b/docs/pages/addons/addon-gallery/index.md @@ -113,3 +113,7 @@ Save the screenshot image of your stories. via [Puppeteer](https://github.com/Go ### [Figma](https://github.com/hharnisc/storybook-addon-figma) Embed [Figma](https://figma.com) designs in a storybook panel. + +### [State](https://github.com/Sambego/storybook-state) + +Manage state inside a story. Update components when this state changes.