mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
Tweak sandbox stories
This commit is contained in:
parent
80b3a26b44
commit
58a48317b1
@ -1,9 +1,9 @@
|
||||
import { Meta, Story, Stories } from '@storybook/addon-docs';
|
||||
import * as ButtonStories from './button.stories.ts';
|
||||
|
||||
<Meta of={ButtonStories} name="MetaOf" />
|
||||
<Meta of={ButtonStories} />
|
||||
|
||||
# Docs with of
|
||||
# Docs with of, but no name
|
||||
|
||||
hello docs
|
||||
|
||||
|
12
code/addons/docs/template/stories/docs2/MetaOfNamed.mdx
vendored
Normal file
12
code/addons/docs/template/stories/docs2/MetaOfNamed.mdx
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
import { Meta, Story, Stories } from '@storybook/addon-docs';
|
||||
import * as ButtonStories from './button.stories.ts';
|
||||
|
||||
<Meta of={ButtonStories} name="Doc Name" />
|
||||
|
||||
# Docs with of, and name
|
||||
|
||||
hello docs
|
||||
|
||||
<Story of={ButtonStories.Basic} />
|
||||
|
||||
<Stories />
|
@ -1,3 +1,3 @@
|
||||
# Docs with no title
|
||||
# Unattached docs with no title
|
||||
|
||||
hello docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user