From 3320ddc7b253ed227d047e858caf9453bc02b213 Mon Sep 17 00:00:00 2001 From: Jake Lazaroff Date: Sat, 20 Aug 2016 00:38:05 -0400 Subject: [PATCH] Update extensions.md --- docs/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extensions.md b/docs/extensions.md index ea6720e085bc..b7946f40ad61 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -94,6 +94,7 @@ Rather than creating extensions yourself, you can use extensions available below * [Display internationalized components in different locales](https://github.com/Tarabyte/react-storybook-addon-intl) * [Handling stubbed relay data](https://github.com/orta/react-storybooks-relay-container) * [Write tests directly inside stories](https://github.com/mthuret/storybook-addon-specifications) +* [Preview your components on different background colors](https://github.com/jakelazaroff/react-storybook-decorator-background) > Feel free to include your extension to the above list and share it with other.
> Just make it available on NPM (and GitHub) and send a PR to this page.