add the storybook-addon-jsx to the list of thrid party addon

This commit is contained in:
wcastand 2017-05-10 14:02:26 +02:00
parent cab26be046
commit 0768f183df

View File

@ -72,3 +72,7 @@ Given possible values for each prop, renders your component with all combination
### [StoryRouter](https://github.com/gvaldambrini/storybook-router)
A [decorator](/docs/react-storybook/addons/introduction) that allows you to integrate react-router v.4 components in your stories.
### [JSX preview](https://github.com/Kilix/storybook-addon-jsx)
With this addon, you can preview the JSX code of your component for each stories. You can copy the code, skip some elements like wrapper and rename component to handle HOC for example.