mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 04:11:11 +08:00
Update the Button story file path for the others
This commit is contained in:
parent
2db48fd44d
commit
fdcd08e93c
@ -109,7 +109,7 @@ const Welcome = {
|
||||
You can also edit those components and see changes right away.
|
||||
<br />
|
||||
(Try editing the <InlineCode>Button</InlineCode> stories located at
|
||||
<InlineCode>src/stories/index.js</InlineCode>
|
||||
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
|
||||
.)
|
||||
</p>
|
||||
<p>
|
||||
|
@ -112,7 +112,7 @@ const Welcome = ({ showApp }) => (
|
||||
You can also edit those components and see changes right away.
|
||||
<br />
|
||||
(Try editing the <InlineCode>Button</InlineCode> stories located at
|
||||
<InlineCode>src/stories/index.js</InlineCode>
|
||||
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
|
||||
.)
|
||||
</p>
|
||||
<p>
|
||||
|
@ -150,7 +150,7 @@ const Welcome = {
|
||||
You can also edit those components and see changes right away.
|
||||
<br />
|
||||
(Try editing the <InlineCode>Button</InlineCode> stories located at
|
||||
<InlineCode>src/stories/index.js</InlineCode>
|
||||
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
|
||||
.)
|
||||
</p>
|
||||
<p>
|
||||
|
@ -101,7 +101,7 @@ const Welcome = ({ showApp }) => (
|
||||
You can also edit those components and see changes right away.
|
||||
<br />
|
||||
(Try editing the <InlineCode>Button</InlineCode> stories located at
|
||||
<InlineCode>src/stories/index.js</InlineCode>
|
||||
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
|
||||
.)
|
||||
</p>
|
||||
<p>
|
||||
|
@ -92,7 +92,7 @@ const Welcome = ({ showApp }) => (
|
||||
<P>
|
||||
Just like that, you can add your own components as stories. You can also edit those components
|
||||
and see changes right away. (Try editing the <InlineCode>Button</InlineCode> stories located
|
||||
at <InlineCode>src/stories/index.js</InlineCode>
|
||||
at <InlineCode>src/stories/1-Button.stories.js</InlineCode>
|
||||
.)
|
||||
</P>
|
||||
<P>
|
||||
|
Loading…
x
Reference in New Issue
Block a user