mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
Easier to see the centering when we break the sentences
This commit is contained in:
parent
f64ec6853f
commit
295f4e2b8a
@ -1,8 +1,10 @@
|
||||
<h1>Button view</h1>
|
||||
<Button rounded="{true}" on:click="onButtonClicked(event)">{message} {count}</Button>
|
||||
<p>A little text to show this is a view. If we need to test components in a Svelte
|
||||
environment, for instance to test slot behaviour, then wrapping the component up
|
||||
in a view made just for the story is the simplest way to achieve this.</p>
|
||||
<Button {rounded} on:click="onButtonClicked(event)">{message} {count}</Button>
|
||||
<p>A little text to show this is a view.</p>
|
||||
<p>If we need to test components in a Svelte
|
||||
environment, for instance to test slot behaviour,</p>
|
||||
<p>then wrapping the component up in a view made</p>
|
||||
<p>just for the story is the simplest way to achieve this.</p>
|
||||
|
||||
<script>
|
||||
import Button from '../../components/Button.svelte';
|
||||
|
Loading…
x
Reference in New Issue
Block a user