mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-10 00:12:22 +08:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
import { Meta, Subtitle } from '@storybook/addon-docs';
|
|
|
|
<Meta title="Yabbadabbadooo" />
|
|
|
|
# Docs with title
|
|
|
|
<Subtitle>Subtitle</Subtitle>
|
|
|
|
hello docs
|