mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
import { Story, Meta } from '@storybook/addon-docs/blocks';
|
|
|
|
<Meta title="Text" />
|
|
|
|
# Story definition
|
|
|
|
<Story name="text">Plain text</Story>
|