mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
FIX snapshots
This commit is contained in:
parent
cf3309c1f1
commit
3d6537a2f7
@ -15,13 +15,15 @@ exports[`Storyshots Addon|Links Go to welcome view 1`] = `
|
||||
<button
|
||||
class="link"
|
||||
>
|
||||
Return to the
|
||||
|
||||
Return to the
|
||||
<code
|
||||
class="code"
|
||||
>
|
||||
Welcome
|
||||
</code>
|
||||
view story.
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -111,31 +111,35 @@ exports[`Storyshots Welcome Welcome 1`] = `
|
||||
Welcome to Storybook for Svelte
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
This is a UI component dev environment for your svelte app.
|
||||
|
||||
This is a UI component dev environment for your svelte app.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
We've added some basic stories inside the
|
||||
|
||||
We've added some basic stories inside the
|
||||
<code
|
||||
class="code svelte-1unvhkg"
|
||||
>
|
||||
src/stories
|
||||
</code>
|
||||
directory.
|
||||
|
||||
|
||||
<strong>
|
||||
A story is like a visual test case
|
||||
</strong>
|
||||
|
||||
and represents a single state of one or more UI components.
|
||||
You can have as many stories as you want.
|
||||
and represents a single state of one or more UI components.
|
||||
You can have as many stories as you want.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h1
|
||||
class="logo svelte-1unvhkg"
|
||||
>
|
||||
@ -143,48 +147,54 @@ exports[`Storyshots Welcome Welcome 1`] = `
|
||||
</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
Just like that, you can add your own components as stories.
|
||||
You can also edit those components and see changes right away.
|
||||
|
||||
|
||||
Just like that, you can add your own components as stories.
|
||||
You can also edit those components and see changes right away.
|
||||
|
||||
<br />
|
||||
|
||||
(Try editing the
|
||||
(Try editing the
|
||||
<code
|
||||
class="code svelte-1unvhkg"
|
||||
>
|
||||
Button
|
||||
</code>
|
||||
component
|
||||
located at
|
||||
located at
|
||||
<code
|
||||
class="code svelte-1unvhkg"
|
||||
>
|
||||
src/stories/views/Welcome.svelte
|
||||
</code>
|
||||
.)
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
Usually we create stories with smaller UI components in the app.
|
||||
|
||||
Usually we create stories with smaller UI components in the app.
|
||||
<br />
|
||||
|
||||
Have a look at the
|
||||
|
||||
Have a look at the
|
||||
|
||||
<a
|
||||
class="link svelte-1unvhkg"
|
||||
href="https://storybook.js.org/basics/writing-stories"
|
||||
target="_blank"
|
||||
>
|
||||
Writing Stories
|
||||
|
||||
Writing Stories
|
||||
|
||||
</a>
|
||||
|
||||
section in our documentation.
|
||||
section in our documentation.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<p
|
||||
class="note svelte-1unvhkg"
|
||||
>
|
||||
@ -192,19 +202,20 @@ exports[`Storyshots Welcome Welcome 1`] = `
|
||||
NOTE:
|
||||
</b>
|
||||
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
Have a look at the
|
||||
|
||||
Have a look at the
|
||||
|
||||
<code
|
||||
class="code svelte-1unvhkg"
|
||||
>
|
||||
.storybook/webpack.config.js
|
||||
</code>
|
||||
|
||||
to add webpack
|
||||
loaders and plugins you are using in this project.
|
||||
to add webpack
|
||||
loaders and plugins you are using in this project.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user