From 57d4958d67188a4f4c34edeee9e6031fbfc97e20 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 28 Jan 2020 02:13:17 +0100 Subject: [PATCH] Add Paddings addon to addon gallery (#9647) Add Paddings addon 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 37a856bb68f6..db1d9aefb60b 100644 --- a/docs/src/pages/addons/addon-gallery/index.md +++ b/docs/src/pages/addons/addon-gallery/index.md @@ -90,6 +90,10 @@ You can even run these tests inside a CI box. With this addon, you can showcase multiple components (or varying component states) within 1 story. Break your stories down into smaller categories (chapters) and subcategories (sections) for more organizational goodness. +### [Paddings](https://github.com/rbardini/storybook-addon-paddings) + +Add different paddings to your preview. Useful for checking how components behave when surrounded with white space. + ### [Props Combinations](https://github.com/evgenykochetkov/react-storybook-addon-props-combinations) Given possible values for each prop, renders your component with all combinations of prop values.