From 8357df96fabc1b479fd95695f65832a371d6a3f3 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 20 Jul 2021 18:22:59 +0100 Subject: [PATCH] adds measure and outline to the addons --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f84fa1a7206..cb8c06ec04e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ For additional help, join us in the [Storybook Discord](https://discord.gg/story | [storyshots](addons/storyshots/) | Snapshot testing for components in Storybook | | [storysource](addons/storysource/) | View the code of your stories within the Storybook UI | | [viewport](addons/viewport/) | Change display sizes and layouts for responsive components using Storybook | +| [outline](addons/outline/) | Visuallly debug the CSS layout and alignment within the Storybook UI | +| [measure](addons/measure/) | Visually inspect the layout and box model within the Storybook UI | See [Addon / Framework Support Table](https://storybook.js.org/docs/react/api/frameworks-feature-support)