mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
import { Title, Description, ArgsTable, Stories, PRIMARY_STORY } from '@storybook/addon-docs';
|
|
|
|
# This is a template!
|
|
|
|
<Title />
|
|
<Description />
|
|
<ArgsTable story={PRIMARY_STORY} />
|
|
<Stories />
|