Tweak sandbox stories

This commit is contained in:
Tom Coleman 2023-02-01 16:50:16 +11:00
parent 80b3a26b44
commit 58a48317b1
3 changed files with 15 additions and 3 deletions

View File

@ -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

View 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 />

View File

@ -1,3 +1,3 @@
# Docs with no title
# Unattached docs with no title
hello docs