mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
```js
|
|
// Button.stories.js
|
|
|
|
import Button from './Button.svelte';
|
|
|
|
export default {
|
|
title: 'Components/Button',
|
|
component: Button,
|
|
}
|
|
``` |