We've added some basic stories inside the <code style={styles.code}>src/stories</code> directory.
<br />
A story is a single state of one or more UI components. You can have as many stories as you want.
<br />
(Basically a story is like a visual test case.)
</p>
<p>
See these sample <a style={styles.link} href='#' onClick={this.showApp.bind(this)}>stories</a> for a component called <code style={styles.code}>Button</code>.
</p>
<p>
<p>
Just like that, you can add your own components as stories.
You can also edit those components and see changes right away.
viathelinkstotheleft-handside.
<br />
(Try editing the <code style={styles.code}>Button</code> component
located at <code style={styles.code}>src/stories/Button.js</code>.)
</p>
</p>
<p>
<p>
This is just one thing you can do with Storybook.
Documentationgeneratedwith<a
<br />
style={styles.link}
Have a look at the <a style={styles.link} href="https://github.com/kadirahq/react-storybook" target="_blank">React Storybook</a> repo for more information.