From 4f32a4ede519915b8b3e6bfaa8fd45d661a49e5d Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Thu, 14 Sep 2017 17:38:55 +0300 Subject: [PATCH] Add addon-console to addons gallery --- 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 8be1c01deb0a..21d078364e2c 100644 --- a/docs/pages/addons/addon-gallery/index.md +++ b/docs/pages/addons/addon-gallery/index.md @@ -38,6 +38,10 @@ The Storybook webapp UI can be customised with this addon. It can be used to cha Storyshots is a way to automatically jest-snapshot all your stories. [More info here](/testing/structural-testing/). +### [Console](https://github.com/storybooks/storybook-addon-console) + +Redirects console output (logs, errors, warnings) into Action Logger Panel. `withConsole` decorator notifies from what stories logs are coming. + ## Community Addons You need to install these addons directly from NPM in order to use them.