mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Changed indenting a bit
This commit is contained in:
parent
7a6c205dd9
commit
7783362848
@ -30,16 +30,11 @@
|
||||
</style>
|
||||
<div class="main">
|
||||
<h1>Welcome to Storybook for Polymer</h1>
|
||||
<p>This is a UI component dev environment for your polymer app.</p>
|
||||
<p>
|
||||
This is a UI component dev environment for your polymer app.
|
||||
</p>
|
||||
<p>
|
||||
We've added some basic stories inside the
|
||||
<code class="code">src/stories</code>
|
||||
directory.
|
||||
We've added some basic stories inside the <code class="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.
|
||||
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>
|
||||
@ -49,8 +44,7 @@
|
||||
<br />
|
||||
Have a look at the
|
||||
<code class="code">.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>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user