Skip to content

Commit

Permalink
Merge pull request #33 from storybooks/update-getstorybook-repo
Browse files Browse the repository at this point in the history
Update getstorybook repo
  • Loading branch information
ndelangen authored Apr 11, 2017
2 parents 10d929d + 1e643a9 commit 959e96e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class Welcome extends React.Component {
You can also edit those components and see changes right away.
<br />
(Try editing the <code style={styles.code}>Button</code> component
located at <code style={styles.code}>src/stories/Button.js</code>.)
located at <code style={styles.code}>stories/Button.js</code>.)
</p>
<p>
This is just one thing you can do with Storybook.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ export default class Welcome extends React.Component {
Just like that, you can add your own components as stories.
<br />
Here's how to add your <code style={styles.code}>App</code> component as a story.
<div
style={styles.codeBlock}
dangerouslySetInnerHTML={{ __html: `<pre>${codeBlock}</pre>` }}
/>
</p>
<div
style={styles.codeBlock}
dangerouslySetInnerHTML={{ __html: `<pre>${codeBlock}</pre>` }}
/>
<p>
Usually we create stories with smaller UI components in the app.<br />
Have a look at the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
"padding": "2px 5px",
}
}>
src/stories/Button.js
stories/Button.js
</code>
.)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class Welcome extends React.Component {
You can also edit those components and see changes right away.
<br />
(Try editing the <code style={styles.code}>Button</code> component
located at <code style={styles.code}>src/stories/Button.js</code>.)
located at <code style={styles.code}>stories/Button.js</code>.)
</p>
<p>
This is just one thing you can do with Storybook.
Expand Down

0 comments on commit 959e96e

Please sign in to comment.